wok-next annotate gtick/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@628 2
pankso@628 3 PACKAGE="gtick"
pankso@865 4 VERSION="0.4.2"
pankso@628 5 CATEGORY="multimedia"
al@21020 6 SHORT_DESC="Metronome application"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15589 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="http://www.antcom.de/gtick/"
al@21020 10
pankso@628 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15589 12 WGET_URL="http://www.antcom.de/gtick/download/$TARBALL"
pascal@15589 13
al@21078 14 BUILD_DEPENDS="gtk2-dev xorgproto"
pankso@628 15
al@21020 16 compile_rules() {
pankso@628 17 ./configure \
pankso@628 18 --prefix=/usr \
pankso@628 19 --mandir=/usr/share/man \
pascal@1460 20 $CONFIGURE_ARGS &&
pascal@1460 21 make &&
al@21020 22 make DESTDIR=$install install
pankso@628 23 }
pankso@628 24
al@21020 25 genpkg_rules() {
al@21020 26 copy @std
al@21078 27 DEPENDS="gtk2 libxdamage libsndfile libogg"
pankso@628 28 }