wok diff grsync/receipt @ rev 1997

Up: xterm (238)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 19:47:33 2009 +0100 (2009-01-08)
parents 9d7bcbed6dde
children b238b352d513
line diff
     1.1 --- a/grsync/receipt	Thu Mar 20 14:59:14 2008 +0100
     1.2 +++ b/grsync/receipt	Thu Jan 08 19:47:33 2009 +0100
     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