wok diff rsync/receipt @ rev 16015

glib: fix cross compilation to ARM :-)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 05 03:32:36 2014 +0100 (2014-03-05)
parents 2b9f96603415
children f20bb2aafa21
line diff
     1.1 --- a/rsync/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/rsync/receipt	Wed Mar 05 03:32:36 2014 +0100
     1.3 @@ -9,12 +9,15 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://rsync.samba.org/"
     1.6  WGET_URL="${WEB_SITE}ftp/rsync/$TARBALL"
     1.7 -TAGS="sync"
     1.8  CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets"
     1.9 -TAZPANEL_DAEMON="man::rsync|help::rsync|edit|options|web::$WEB_SITE"
    1.10 +TAGS="sync copy secure"
    1.11 +#HOST_ARCH="i486 arm"
    1.12  
    1.13  DEPENDS="popt attr acl"
    1.14 -BUILD_DEPENDS="popt-dev acl-dev"
    1.15 +BUILD_DEPENDS="popt-dev attr-dev acl-dev"
    1.16 +
    1.17 +# TazPanel
    1.18 +TAZPANEL_DAEMON="man::rsync|help::rsync|edit|options|web::$WEB_SITE"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22 @@ -23,7 +26,8 @@
    1.23  	./configure \
    1.24  		--prefix=/usr \
    1.25  		--mandir=/usr/share/man \
    1.26 -		--disable-iconv --disable-iconv-open \
    1.27 +		--disable-iconv \
    1.28 +		--disable-iconv-open \
    1.29  		$CONFIGURE_ARGS
    1.30  	sed -i  -e 's/HAVE_ICONV_H ./HAVE_ICONV_H 0/' \
    1.31  		-e 's/HAVE_ICONV_OPEN ./HAVE_ICONV_OPEN 0/' config.h
    1.32 @@ -40,7 +44,7 @@
    1.33  	# Config file is /etc/rsyncd.conf.
    1.34  	# User and passwd in /etc/rsyncd.secrets, syntax : user:passwd
    1.35  	#
    1.36 -	cp -a stuff/etc $fs
    1.37 +	cp -a $stuff/etc $fs
    1.38  	chown root.root $fs/etc/init.d/*
    1.39  	chmod 0644 $fs/etc/rsyncd.conf
    1.40