wok diff grsync/receipt @ rev 1465

update BUILD_DEPENDS in asunder clearlooks evas gcolor2 gnome-menus grsync intltool libiec61883 libwnck neon poedit portmap pycairo shared-mime-info tsclient xorg-libICE xorg-xload
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 09:01:05 2008 +0000 (2008-10-04)
parents 9d7bcbed6dde
children b238b352d513
line diff
     1.1 --- a/grsync/receipt	Thu Mar 20 14:59:14 2008 +0100
     1.2 +++ b/grsync/receipt	Sat Oct 04 09:01:05 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="GTK+ intuitive interface to rsync."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ rsync"
     1.7 -BUILD_DEPENDS="gtk+-dev"
     1.8 +BUILD_DEPENDS="gtk+-dev xorg-xproto perl-xml-parser"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.opbyte.it/grsync/"
    1.11  WGET_URL="http://www.opbyte.it/release/$TARBALL"
    1.12 @@ -19,8 +19,8 @@
    1.13  		--prefix=/usr \
    1.14  		--infodir=/usr/share/info \
    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