wok-6.x view gtick/receipt @ rev 16906

pangox-compat: tiny edits; add pangox-compat-dev; gtkglext(-dev): update (b)deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 16 01:54:55 2014 +0300 (2014-07-16)
parents 9f19aee613be
children 736fd3dc85ec
line source
1 # SliTaz package receipt.
3 PACKAGE="gtick"
4 VERSION="0.4.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="GTick is a metronome application."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.antcom.de/gtick/"
11 WGET_URL="http://www.antcom.de/gtick/download/$TARBALL"
13 DEPENDS="gtk+ xorg-libXdamage libsndfile libogg"
14 BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --prefix=/usr \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share
32 cp -a $install/usr/bin $fs/usr
33 }