# HG changeset patch # User Pascal Bellard # Date 1366570214 -7200 # Node ID 106571b555618546cab4f84b67c4235fa5a839b1 # Parent 5d9d42d3b689b6c602835256e904356cf9ee2a8b rsync: update bdeps diff -r 5d9d42d3b689 -r 106571b55561 rsync/receipt --- a/rsync/receipt Sun Apr 21 20:21:38 2013 +0200 +++ b/rsync/receipt Sun Apr 21 20:50:14 2013 +0200 @@ -5,14 +5,15 @@ CATEGORY="network" SHORT_DESC="Utility that provides fast incremental." MAINTAINER="pankso@slitaz.org" -DEPENDS="popt attr acl" -BUILD_DEPENDS="popt-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rsync.samba.org/" -WGET_URL="http://rsync.samba.org/ftp/rsync/$TARBALL" +WGET_URL="${WEB_SITE}ftp/rsync/$TARBALL" TAGS="sync" CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets" +DEPENDS="popt attr acl" +BUILD_DEPENDS="popt-dev acl-dev" + # Rules to configure and make the package. compile_rules() { @@ -26,14 +27,14 @@ -e 's/HAVE_ICONV_OPEN ./HAVE_ICONV_OPEN 0/' config.h sed -i 's/-liconv//' Makefile make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr # Config file is /etc/rsyncd.conf. # User and passwd in /etc/rsyncd.secrets, syntax : user:passwd #