wok-next diff lxtask/receipt @ rev 1685
get-flash-plugin: speedup & fix version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 09 23:08:30 2008 +0000 (2008-11-09) |
parents | 8772e03e752a |
children | 2e55de4816a6 |
line diff
1.1 --- a/lxtask/receipt Fri May 02 14:31:35 2008 +0200 1.2 +++ b/lxtask/receipt Sun Nov 09 23:08:30 2008 +0000 1.3 @@ -4,7 +4,8 @@ 1.4 VERSION="0.1" 1.5 CATEGORY="system-tools" 1.6 SHORT_DESC="Ssytem task manager with a nice GTK interface." 1.7 -BUILD_DEPENDS="gtk+-dev" 1.8 +DEPENDS="gtk+" 1.9 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto" 1.10 MAINTAINER="pankso@slitaz.org" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://lxde.sourceforge.net/" 1.13 @@ -16,8 +17,8 @@ 1.14 cd $src 1.15 ./configure \ 1.16 --prefix=/usr \ 1.17 - --mandir=/usr/share/man 1.18 - make 1.19 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.20 + make && 1.21 make DESTDIR=$PWD/_pkg install 1.22 } 1.23