diff --git a/fetchmail/.md5sum b/fetchmail/.md5sum index b15aca9c1..988641b76 100644 --- a/fetchmail/.md5sum +++ b/fetchmail/.md5sum @@ -1 +1 @@ -9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz +b547b59f352af956911ce812773b3976 fetchmail-6.3.0.tar.bz2 diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile index 4e28c8f07..efa671bf8 100644 --- a/fetchmail/Pkgfile +++ b/fetchmail/Pkgfile @@ -1,14 +1,16 @@ # Maintainer: Per Lidén name=fetchmail -version=6.2.5 +version=6.3.0 release=1 -source=(http://catb.org/~esr/fetchmail/$name-$version.tar.gz) +source=(http://download.berlios.de/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr --with-ssl=/usr --disable-nls make make DESTDIR=$PKG install - rm $PKG/usr/bin/fetchmailconf $PKG/usr/man/man?/fetchmailconf.? + rm -rf $PKG/usr/bin/fetchmailconf \ + $PKG/usr/man/man?/fetchmailconf.? \ + $PKG/usr/lib }