fetchmail: update to 6.3.15

This commit is contained in:
Juergen Daubert 2010-03-29 19:28:09 +02:00
parent 188d086e3c
commit eb1532975e
2 changed files with 4 additions and 7 deletions

View File

@ -1 +1 @@
e4fba2d14ee14f3bd8a1c058bb352fd2 fetchmail-6.3.14.tar.xz
86805355109ace4aa41fdf894dc2227e fetchmail-6.3.15.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=fetchmail
version=6.3.14
version=6.3.15
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.xz)
@ -14,11 +14,8 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/man \
--with-ssl=/usr \
--disable-nls
--disable-nls \
PYTHON=:
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/bin/fetchmailconf \
$PKG/usr/man/man?/fetchmailconf.? \
$PKG/usr/lib
}