wok rev 1529

devilspie, obconf: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 09 14:57:38 2008 +0000 (2008-10-09)
parents 0dd1fcf06ba2
children 7a43790dff5f
files devilspie/receipt obconf/receipt
line diff
     1.1 --- a/devilspie/receipt	Thu Oct 09 09:12:40 2008 +0000
     1.2 +++ b/devilspie/receipt	Thu Oct 09 14:57:38 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Windows matching utility."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="libwnck"
     1.7 -BUILD_DEPENDS="libwnck-dev"
     1.8 +BUILD_DEPENDS="libwnck-dev libwnck"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://burtonini.com/blog/computers/devilspie"
    1.11  WGET_URL="http://burtonini.com/computing/$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  
     2.1 --- a/obconf/receipt	Thu Oct 09 09:12:40 2008 +0000
     2.2 +++ b/obconf/receipt	Thu Oct 09 14:57:38 2008 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="Openbox WM configuration interface."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="openbox gtk+ libglade shared-mime-info"
     2.7 -BUILD_DEPENDS="xorg-dev gtk+-dev libglade-dev"
     2.8 +BUILD_DEPENDS="xorg-dev gtk+-dev libglade-dev openbox-dev"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10  WEB_SITE="http://icculus.org/openbox/"
    2.11  WGET_URL="http://icculus.org/openbox/obconf/$TARBALL"
    2.12 @@ -17,8 +17,8 @@
    2.13  	cd $src
    2.14  	./configure \
    2.15  		--prefix=/usr \
    2.16 -		$CONFIGURE_ARGS
    2.17 -	make
    2.18 +		$CONFIGURE_ARGS &&
    2.19 +	make &&
    2.20  	make DESTDIR=$PWD/_pkg install
    2.21  }
    2.22