milis/talimatname/genel/n/neomutt/talimat

33 lines
614 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Mutt paketi bir posta kullanıcı aracısı içerir.
2017-10-15 14:37:36 +02:00
# URL: http://www.neomutt.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-10-15 14:37:36 +02:00
2017-10-28 14:10:23 +02:00
isim=neomutt
surum=20171013
devir=1
kaynak=(https://github.com/$isim/$isim/archive/$isim-$surum.tar.gz)
2017-10-15 14:37:36 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$isim-$surum
2017-10-15 14:37:36 +02:00
./prepare \
--prefix=/usr \
2017-10-28 14:10:23 +02:00
--with-docdir=/usr/share/doc/$isim \
2017-10-15 14:37:36 +02:00
--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
}