mutt: update to 1.5.13

This commit is contained in:
Juergen Daubert 2006-08-22 13:20:46 +00:00
parent 3810ca113e
commit 56b3554acb
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
57196c816211a72900fdc54341eb0132 mutt-1.5.12.tar.gz
456a138680a6726f14983cb3e9ff4e22 mutt-1.5.13.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: gdbm, ncurses, openssl
name=mutt
version=1.5.12
version=1.5.13
release=1
source=(http://mirrors.sunsite.dk/$name/devel/$name-$version.tar.gz)
@ -19,7 +19,8 @@ build () {
--disable-nls
make
make DESTDIR=$PKG install
find $PKG/usr/share/mutt/* ! -name manual.txt | xargs rm -rf
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}
rm $PKG/usr/man/man1/{flea.1,muttbug.1}
}