wok-current rev 21009
updated gtick (0.4.2 -> 0.5.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 09 13:45:19 2019 +0100 (2019-03-09) |
parents | 5ca097746293 |
children | e8b94f6e0001 |
files | gtick/receipt |
line diff
1.1 --- a/gtick/receipt Sat Mar 09 11:06:51 2019 +0100 1.2 +++ b/gtick/receipt Sat Mar 09 13:45:19 2019 +0100 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 }