wok annotate gtick/receipt @ rev 16744
Add telegram
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 12 09:18:41 2014 +0200 (2014-06-12) |
parents | 9f19aee613be |
children | 736fd3dc85ec |
rev | line source |
---|---|
pankso@628 | 1 # SliTaz package receipt. |
pankso@628 | 2 |
pankso@628 | 3 PACKAGE="gtick" |
pankso@865 | 4 VERSION="0.4.2" |
pankso@628 | 5 CATEGORY="multimedia" |
pankso@628 | 6 SHORT_DESC="GTick is a metronome application." |
pankso@628 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15589 | 8 LICENSE="GPL3" |
pankso@628 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15589 | 10 WEB_SITE="http://www.antcom.de/gtick/" |
pascal@15589 | 11 WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" |
pascal@15589 | 12 |
pascal@5001 | 13 DEPENDS="gtk+ xorg-libXdamage libsndfile libogg" |
pascal@1460 | 14 BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto" |
pankso@628 | 15 |
pankso@628 | 16 # Rules to configure and make the package. |
pankso@628 | 17 compile_rules() |
pankso@628 | 18 { |
pankso@628 | 19 cd $src |
pankso@628 | 20 ./configure \ |
pankso@628 | 21 --prefix=/usr \ |
pankso@628 | 22 --mandir=/usr/share/man \ |
pascal@1460 | 23 $CONFIGURE_ARGS && |
pascal@1460 | 24 make && |
pascal@15589 | 25 make DESTDIR=$DESTDIR install |
pankso@628 | 26 } |
pankso@628 | 27 |
pankso@628 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@628 | 29 genpkg_rules() |
pankso@628 | 30 { |
pankso@628 | 31 mkdir -p $fs/usr/share |
pascal@15589 | 32 cp -a $install/usr/bin $fs/usr |
pankso@628 | 33 } |