2018-06-09 00:06:58 +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.
|
|
|
|
|
# URL: http://www.mutt.org/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: aspell aspell-fr cyrus-sasl gdb gnupg gpgme libidn kerberos sendmail slang openssl gnutls db libxslt lynx
|
2018-08-02 14:41:22 +02:00
|
|
|
|
# Grup: ağ
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=mutt
|
|
|
|
|
surum=1.5.24
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(ftp://ftp.mutt.org/pub/mutt/$isim-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
}
|