wok annotate gtick/receipt @ rev 22115

updated volumeicon (0.4.6 -> 0.5.1)
author Hans-G?nter Theisgen
date Sat Nov 02 16:43:33 2019 +0100 (2019-11-02)
parents d1c17bd2c2bc
children af8d823a3077
rev   line source
pankso@628 1 # SliTaz package receipt.
pankso@628 2
pankso@628 3 PACKAGE="gtick"
Hans-G?nter@21009 4 VERSION="0.5.4"
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"
Hans-G?nter@21009 9 WEB_SITE="http://www.antcom.de/gtick/"
Hans-G?nter@21009 10
pankso@628 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15589 12 WGET_URL="http://www.antcom.de/gtick/download/$TARBALL"
pascal@15589 13
pascal@5001 14 DEPENDS="gtk+ xorg-libXdamage libsndfile libogg"
Hans-G?nter@21009 15 BUILD_DEPENDS="gtk+-dev pkg-config pulseaudio-dev xorg-xproto"
pankso@628 16
pankso@628 17 # Rules to configure and make the package.
pankso@628 18 compile_rules()
pankso@628 19 {
Hans-G?nter@21009 20 ./configure \
Hans-G?nter@21009 21 --prefix=/usr \
Hans-G?nter@21009 22 --mandir=/usr/share/man \
pascal@1460 23 $CONFIGURE_ARGS &&
Hans-G?nter@21009 24 make -j 1 &&
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
Hans-G?nter@21009 32
pascal@15589 33 cp -a $install/usr/bin $fs/usr
pankso@628 34 }