wok-current diff rsync/receipt @ rev 14672
edbus-dev: Up to 1.7.7
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:08:29 2013 +0200 (2013-06-06) |
parents | c441a7112818 |
children | e9130cce9043 |
line diff
1.1 --- a/rsync/receipt Mon Oct 17 00:35:19 2011 +0000 1.2 +++ b/rsync/receipt Thu Jun 06 22:08:29 2013 +0200 1.3 @@ -5,14 +5,15 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Utility that provides fast incremental." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="popt attr acl" 1.8 -BUILD_DEPENDS="popt-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://rsync.samba.org/" 1.11 -WGET_URL="http://rsync.samba.org/ftp/rsync/$TARBALL" 1.12 +WGET_URL="${WEB_SITE}ftp/rsync/$TARBALL" 1.13 TAGS="sync" 1.14 CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets" 1.15 1.16 +DEPENDS="popt attr acl" 1.17 +BUILD_DEPENDS="popt-dev acl-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 @@ -26,14 +27,14 @@ 1.23 -e 's/HAVE_ICONV_OPEN ./HAVE_ICONV_OPEN 0/' config.h 1.24 sed -i 's/-liconv//' Makefile 1.25 make && 1.26 - make DESTDIR=$PWD/_pkg install 1.27 + make DESTDIR=$DESTDIR install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs/usr 1.34 - cp -a $_pkg/usr/bin $fs/usr 1.35 + cp -a $install/usr/bin $fs/usr 1.36 # Config file is /etc/rsyncd.conf. 1.37 # User and passwd in /etc/rsyncd.secrets, syntax : user:passwd 1.38 #