wok diff rsync/receipt @ rev 1825

Add git
author Bill Nagel <b1+slitaz@nagel.org>
date Tue Dec 09 04:25:26 2008 -0800 (2008-12-09)
parents 83c1422ca38f
children 5707d2cba0f7
line diff
     1.1 --- a/rsync/receipt	Thu Oct 16 07:38:12 2008 +0000
     1.2 +++ b/rsync/receipt	Tue Dec 09 04:25:26 2008 -0800
     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 libiconv"
     1.8 +DEPENDS="popt"
     1.9  BUILD_DEPENDS="popt-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://rsync.samba.org/"
    1.12 @@ -19,6 +19,9 @@
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \
    1.15  		$CONFIGURE_ARGS &&
    1.16 +	sed -i  -e 's/HAVE_ICONV_H ./HAVE_ICONV_H 0/' \
    1.17 +		-e 's/HAVE_ICONV_OPEN ./HAVE_ICONV_OPEN 0/' config.h &&
    1.18 +	sed -i 's/-liconv//' Makefile &&
    1.19  	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }