mutt: update to 1.5.15

This commit is contained in:
Juergen Daubert 2007-04-10 16:51:38 +02:00
parent 891e5e3c27
commit 6f5c6bc958
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
6d33b4f0074e39772021d947c49b30c6 mutt-1.5.14.tar.gz
b2c1eb45fd958f6589ee52a98f2a3ce1 mutt-1.5.15.tar.gz

View File

@ -4,12 +4,13 @@
# Depends on: gdbm, ncurses, openssl
name=mutt
version=1.5.14
version=1.5.15
release=1
source=(http://mirrors.sunsite.dk/$name/devel/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-docdir=/usr/share/mutt \
@ -18,9 +19,12 @@ build () {
--enable-imap \
--with-ssl \
--enable-hcache \
--disable-nls
--disable-nls \
# --enable-smtp --with-sasl
make
make DESTDIR=$PKG install
find $PKG/usr/share/mutt/* ! -name manual.txt | xargs rm -rf
rm $PKG/usr/etc/{Muttrc,mime.types}.dist
rm $PKG/usr/bin/{flea,muttbug}