mutt: update to 1.5.14
This commit is contained in:
parent
594b500764
commit
4bd176f600
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
456a138680a6726f14983cb3e9ff4e22 mutt-1.5.13.tar.gz
|
||||
6d33b4f0074e39772021d947c49b30c6 mutt-1.5.14.tar.gz
|
||||
|
@ -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}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user