wok rev 11105
Up: fetchmail to 6.3.21.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 03:03:43 2011 +0000 (2011-10-17) |
parents | b57c98f49e55 |
children | a873d962c59b |
files | fetchmail/receipt |
line diff
1.1 --- a/fetchmail/receipt Mon Oct 17 03:01:39 2011 +0000 1.2 +++ b/fetchmail/receipt Mon Oct 17 03:03:43 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fetchmail" 1.7 -VERSION="6.3.17" 1.8 +VERSION="6.3.21" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Mail retrieval and forwarding utility " 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -9,8 +9,7 @@ 1.13 BUILD_DEPENDS="openssl-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://fetchmail.berlios.de/" 1.16 -WGET_URL="http://download.berlios.de/fetchmail/$TARBALL 1.17 - http://download2.berlios.de/fetchmail/$TARBALL" 1.18 +WGET_URL="http://download.berlios.de/fetchmail/$TARBALL" 1.19 HANDBOOK_URL="http://fetchmail.berlios.de/fetchmail-man.html" 1.20 TAGS="email" 1.21 1.22 @@ -19,11 +18,8 @@ 1.23 { 1.24 cd $src 1.25 ./configure \ 1.26 - --prefix=/usr \ 1.27 - --infodir=/usr/share/info \ 1.28 - --mandir=/usr/share/man \ 1.29 $CONFIGURE_ARGS && 1.30 - make && make DESTDIR=$PWD/_pkg install 1.31 + make && make DESTDIR=$DESTDIR install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.