wok diff rsync/receipt @ rev 1647

pygtk: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 08 13:34:41 2008 +0000 (2008-11-08)
parents 9441581e6a97
children db7e79a69e27
line diff
     1.1 --- a/rsync/receipt	Wed Sep 17 23:56:46 2008 +0200
     1.2 +++ b/rsync/receipt	Sat Nov 08 13:34:41 2008 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Utility that provides fast incremental."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="popt"
     1.8 +DEPENDS="popt libiconv"
     1.9  BUILD_DEPENDS="popt-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://rsync.samba.org/"
    1.12 @@ -18,8 +18,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22