wok-current rev 24632
updated gtick (0.5.4 -> 0.5.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 08 16:23:11 2022 +0100 (2022-03-08) |
parents | 2220a68cc388 |
children | 6e50f5c59b97 |
files | gtick-lang/receipt gtick/description.txt gtick/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtick-lang/receipt Tue Mar 08 16:23:11 2022 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gtick-lang" 1.7 +VERSION="0.5.5" 1.8 +CATEGORY="localization" 1.9 +SHORT_DESC="GTick is a metronome application - localised messages." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="http://www.antcom.de/gtick/" 1.13 + 1.14 +WANTED="gtick" 1.15 + 1.16 +genpkg_rules() 1.17 +{ 1.18 + cook_copy_folders locale 1.19 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gtick/description.txt Tue Mar 08 16:23:11 2022 +0100 2.3 @@ -0,0 +1,4 @@ 2.4 +GTick is a metronome application written for GNU/Linux and other 2.5 +UN*X-like operting systems supporting different meters (Even, 2/4, 2.6 +3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. 2.7 +It utilizes GTK+ and OSS (ALSA compatible).
3.1 --- a/gtick/receipt Tue Mar 08 15:38:54 2022 +0100 3.2 +++ b/gtick/receipt Tue Mar 08 16:23:11 2022 +0100 3.3 @@ -1,18 +1,19 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="gtick" 3.7 -VERSION="0.5.4" 3.8 +VERSION="0.5.5" 3.9 CATEGORY="multimedia" 3.10 SHORT_DESC="GTick is a metronome application." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 LICENSE="GPL3" 3.13 -WEB_SITE="http://www.antcom.de/gtick/" 3.14 +WEB_SITE="https://www.antcom.de/gtick/" 3.15 3.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.17 -WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" 3.18 +WGET_URL="${WEB_SITE}download/$TARBALL" 3.19 3.20 -DEPENDS="gtk+ xorg-libXdamage libsndfile libogg" 3.21 -BUILD_DEPENDS="gtk+-dev pkg-config pulseaudio-dev xorg-xproto" 3.22 +SUGGESTED="gtick-lang" 3.23 +DEPENDS="gtk+ libogg libsndfile libxml2 pulseaudio xorg-libXdamage" 3.24 +BUILD_DEPENDS="apulse gtk+-dev libxml2-dev pkg-config pulseaudio-dev xorg-xproto" 3.25 3.26 # What is the latest version available today? 3.27 current_version() 3.28 @@ -28,14 +29,12 @@ 3.29 --prefix=/usr \ 3.30 --mandir=/usr/share/man \ 3.31 $CONFIGURE_ARGS && 3.32 - make -j 1 && 3.33 - make DESTDIR=$DESTDIR install 3.34 + make && 3.35 + make install DESTDIR=$DESTDIR 3.36 } 3.37 3.38 # Rules to gen a SliTaz package suitable for Tazpkg. 3.39 genpkg_rules() 3.40 { 3.41 - mkdir -p $fs/usr/share 3.42 - 3.43 - cp -a $install/usr/bin $fs/usr 3.44 + cook_copy_folders bin 3.45 }