wok rev 1581

rsync: depends on libiconv
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 16 07:38:12 2008 +0000 (2008-10-16)
parents 6fde1a2d66ee
children 9086fe5a349b
files rsync/receipt
line diff
     1.1 --- a/rsync/receipt	Thu Oct 16 06:26:05 2008 +0000
     1.2 +++ b/rsync/receipt	Thu Oct 16 07:38:12 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