wok diff fetchmail/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents f2f82c4052c8
children 57dede92d7fe
line diff
     1.1 --- a/fetchmail/receipt	Fri Jun 18 16:09:12 2010 +0200
     1.2 +++ b/fetchmail/receipt	Thu Oct 04 11:53:21 2012 +0200
     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.