mutt: update to 1.5.18

the included manual.txt is still broken and the online version
lacks versioning, so we have to provide our own again.
This commit is contained in:
Juergen Daubert 2008-05-21 10:21:46 +02:00
parent 5c6491e35a
commit 20122e183d
2 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
802b7202907cffbb73253de3c97ec99b mutt-1.5.17-manual.txt.gz
49387458be0cb52b85ae0d73af699aae mutt-1.5.17.tar.gz
8e42e5e1316fc4f295ce7b32bbdea502 mutt-1.5.18-manual.txt.gz
27c30037120189b9f9c0d3e76361b8f8 mutt-1.5.18.tar.gz

View File

@ -1,12 +1,12 @@
# Description: Text-based email client that sucks less
# URL: http://www.mutt.org
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: gdbm, ncurses, openssl
# Depends on: gdbm ncurses openssl zlib
name=mutt
version=1.5.17
version=1.5.18
release=1
source=(http://mirrors.sunsite.dk/$name/devel/$name-$version.tar.gz \
source=(ftp://ftp.mutt.org/mutt/devel/$name-$version.tar.gz \
http://jue.li/crux/files/$name-$version-manual.txt.gz)
build () {
@ -28,7 +28,7 @@ build () {
make
make DESTDIR=$PKG install
find $PKG/usr/share/mutt/* ! -name manual.txt | xargs rm -rf
find $PKG/usr/share/mutt/* ! -name manual.txt -delete
rm $PKG/usr/etc/{Muttrc,mime.types}.dist
rm $PKG/usr/bin/{flea,muttbug}
rm $PKG/usr/man/man1/{flea.1,muttbug.1,mutt_dotlock.1}