wok diff parcellite/receipt @ rev 1470

freetds haserl-lua parcellite python xorg-xclock: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 12:01:29 2008 +0000 (2008-10-04)
parents eed4f3fbcb61
children b0e25e472e8f
line diff
     1.1 --- a/parcellite/receipt	Mon Aug 18 13:43:44 2008 +0200
     1.2 +++ b/parcellite/receipt	Sat Oct 04 12:01:29 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Lightweight GTK+ clipboard manager"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+"
     1.7 -BUILD_DEPENDS="gtk+-dev"
     1.8 +BUILD_DEPENDS="gtk+-dev intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://code.google.com/p/xyhthyx/"
    1.11  WGET_URL="http://xyhthyx.googlecode.com/files/$TARBALL"
    1.12 @@ -17,8 +17,8 @@
    1.13  	cd $src
    1.14  	./configure \
    1.15  		--prefix=/usr \
    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