wok diff devilspie/receipt @ rev 2160
Add linux-hfsplus
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 07 08:43:12 2009 +0000 (2009-02-07) |
parents | b0aee4a23152 |
children | 1327d60074b2 |
line diff
1.1 --- a/devilspie/receipt Mon Aug 18 14:10:30 2008 +0200 1.2 +++ b/devilspie/receipt Sat Feb 07 08:43:12 2009 +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