neommutt.paketlendi

This commit is contained in:
milisbir 2017-10-15 15:37:36 +03:00
parent 3677d3db34
commit cfb3098e9c
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
# Description: Mutt paketi bir posta kullanıcı aracısı içerir.
# URL: http://www.neomutt.org/
# Packager: milisarge
# Depends on:
name=neomutt
version=20171013
release=1
source=(https://github.com/$name/$name/archive/$name-$version.tar.gz)
build () {
cd $name-$name-$version
./prepare \
--prefix=/usr \
--with-docdir=/usr/share/doc/$name \
--with-mailpath=/var/spool/mail \
--enable-pop \
--enable-imap \
--enable-smtp \
--enable-hcache \
--enable-sidebar \
--enable-compressed \
--with-ssl \
--enable-hcache \
--disable-nls \
--with-regex \
--with-gdbm
make
make DESTDIR=$PKG install
}