2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Mutt paketi bir posta kullanıcı aracısı içerir. Bu, e-postanızı okumak, yazmak, cevaplamak, kaydetmek ve silmek için yararlıdır.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.mutt.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: aspell aspell-fr cyrus-sasl gdb gnupg gpgme libidn kerberos sendmail slang openssl gnutls db libxslt lynx
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=mutt
|
|
|
|
|
surum=1.5.24
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(ftp://ftp.mutt.org/pub/mutt/$isim-$surum.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
cp -v doc/manual.txt{,.shipped}
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--with-docdir=/usr/share/doc/mutt-1.5.24 \
|
|
|
|
|
--enable-pop \
|
|
|
|
|
--enable-imap \
|
|
|
|
|
--enable-hcache \
|
|
|
|
|
--without-qdbm \
|
|
|
|
|
--with-gdbm \
|
|
|
|
|
--without-bdb \
|
|
|
|
|
--without-tokyocabinet
|
|
|
|
|
make
|
|
|
|
|
test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}
|
|
|
|
|
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
|
|
}
|