wok-6.x diff gtick/receipt @ rev 19693
ettercap: add LDFLAGS for -Wl,--copy-dt-needed-entries
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 13:42:16 2017 +0100 (2017-02-13) |
parents | 9f19aee613be |
children | 736fd3dc85ec |
line diff
1.1 --- a/gtick/receipt Sun Feb 28 15:33:01 2010 +0100 1.2 +++ b/gtick/receipt Mon Feb 13 13:42:16 2017 +0100 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="GTick is a metronome application." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 +WEB_SITE="http://www.antcom.de/gtick/" 1.10 +WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" 1.11 + 1.12 DEPENDS="gtk+ xorg-libXdamage libsndfile libogg" 1.13 BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto" 1.14 -WEB_SITE="http://www.antcom.de/gtick/" 1.15 -WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -20,12 +22,12 @@ 1.20 --mandir=/usr/share/man \ 1.21 $CONFIGURE_ARGS && 1.22 make && 1.23 - make DESTDIR=$PWD/_pkg install 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs/usr/share 1.31 - cp -a $_pkg/usr/bin $fs/usr 1.32 + cp -a $install/usr/bin $fs/usr 1.33 }