wok-6.x diff lxtask/receipt @ rev 15267
fbxkb, icedtea6-jdk: add LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 11:22:57 2013 +0000 (2013-09-25) |
parents | a55d1788b231 |
children | 523db8f94fcb |
line diff
1.1 --- a/lxtask/receipt Thu Nov 10 03:21:19 2011 +0000 1.2 +++ b/lxtask/receipt Wed Sep 25 11:22:57 2013 +0000 1.3 @@ -4,13 +4,15 @@ 1.4 VERSION="0.1.4" 1.5 CATEGORY="system-tools" 1.6 SHORT_DESC="Ssytem task manager with a nice GTK interface." 1.7 -DEPENDS="gtk+ xorg-libXdamage" 1.8 -BUILD_DEPENDS="pkg-config gtk+-dev intltool gettext xorg-xproto" 1.9 MAINTAINER="pankso@slitaz.org" 1.10 +LICENSE="GPL2" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://lxde.sourceforge.net/" 1.13 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.14 1.15 +DEPENDS="gtk+ xorg-libXdamage" 1.16 +BUILD_DEPENDS="pkg-config gtk+-dev intltool gettext xorg-xproto" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -19,13 +21,13 @@ 1.22 --prefix=/usr \ 1.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $install/usr/bin $fs/usr 1.35 } 1.36