milis/talimatname/genel/m/mutt/talimat

32 lines
920 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
name=mutt
version=1.5.24
release=1
source=(ftp://ftp.mutt.org/pub/mutt/$name-$version.tar.gz)
build() {
cd $name-$version
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
}