wok diff gtick/receipt @ rev 22457
freedoom: update 0.7 -> 0.8
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Thu Dec 26 11:35:56 2019 +0000 (2019-12-26) |
parents | d1c17bd2c2bc |
children | af8d823a3077 |
line diff
1.1 --- a/gtick/receipt Mon Dec 02 17:47:06 2013 +0000 1.2 +++ b/gtick/receipt Thu Dec 26 11:35:56 2019 +0000 1.3 @@ -1,27 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gtick" 1.7 -VERSION="0.4.2" 1.8 +VERSION="0.5.4" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="GTick is a metronome application." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL3" 1.13 +WEB_SITE="http://www.antcom.de/gtick/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.antcom.de/gtick/" 1.17 WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" 1.18 1.19 DEPENDS="gtk+ xorg-libXdamage libsndfile libogg" 1.20 -BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto" 1.21 +BUILD_DEPENDS="gtk+-dev pkg-config pulseaudio-dev xorg-xproto" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - ./configure \ 1.28 - --prefix=/usr \ 1.29 - --mandir=/usr/share/man \ 1.30 + ./configure \ 1.31 + --prefix=/usr \ 1.32 + --mandir=/usr/share/man \ 1.33 $CONFIGURE_ARGS && 1.34 - make && 1.35 + make -j 1 && 1.36 make DESTDIR=$DESTDIR install 1.37 } 1.38 1.39 @@ -29,5 +29,6 @@ 1.40 genpkg_rules() 1.41 { 1.42 mkdir -p $fs/usr/share 1.43 + 1.44 cp -a $install/usr/bin $fs/usr 1.45 }