mutt: update to 1.5.14

This commit is contained in:
Juergen Daubert 2007-02-25 11:04:04 +01:00
parent f82dc60cc0
commit eef7aa6be7
3 changed files with 6 additions and 6 deletions

View File

@ -10,10 +10,7 @@ drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mutt.1.gz
-rw-r--r-- root/root usr/man/man1/mutt_dotlock.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/mbox.5.gz
-rw-r--r-- root/root usr/man/man5/mmdf.5.gz
-rw-r--r-- root/root usr/man/man5/muttrc.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/mutt/

View File

@ -1 +1 @@
456a138680a6726f14983cb3e9ff4e22 mutt-1.5.13.tar.gz
6d33b4f0074e39772021d947c49b30c6 mutt-1.5.14.tar.gz

View File

@ -4,14 +4,16 @@
# Depends on: gdbm, ncurses, openssl
name=mutt
version=1.5.13
version=1.5.14
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 \
--with-mailpath=/var/spool/mail \
--enable-pop \
--enable-imap \
--with-ssl \
@ -22,5 +24,6 @@ build () {
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}
rm $PKG/usr/man/man1/{flea.1,muttbug.1,mutt_dotlock.1}
rm $PKG/usr/man/man5/{mmdf.5,mbox.5}
}