wok-6.x rev 20810
updated cplay (1.49 -> 1.50)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 17 17:23:27 2019 +0100 (2019-02-17) |
parents | dfc9f040ab63 |
children | 46824b1012e9 |
files | cplay/receipt |
line diff
1.1 --- a/cplay/receipt Sun Feb 17 17:02:20 2019 +0100 1.2 +++ b/cplay/receipt Sun Feb 17 17:23:27 2019 +0100 1.3 @@ -1,21 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cplay" 1.7 -VERSION="1.49" 1.8 +VERSION="1.50" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Cplay is an ncurses front-end for various audio players." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL2" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WEB_SITE="https://github.com/res0nat0r/cplay" 1.16 +#WGET_URL="git|git://github.com/res0nat0r/cplay" 1.17 +WGET_URL="https://github.com/hukka/$PACKAGE/archive/v$VERSION.tar.gz" 1.18 + 1.19 DEPENDS="python ncurses linux-sound" 1.20 -BUILD_DEPENDS="python-dev ncurses-dev git bzip2 gettext" 1.21 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.22 -WEB_SITE="https://github.com/res0nat0r/cplay" 1.23 -WGET_URL="git|git://github.com/res0nat0r/cplay" 1.24 +BUILD_DEPENDS="python-dev ncurses-dev git gettext" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - make 1.30 + make && 1.31 make cplayrc 1.32 1.33 cook_pick_manpages cplay.1 1.34 @@ -28,7 +31,7 @@ 1.35 cp -a $src/cplay $fs/usr/bin 1.36 cp -a $src/cplayrc $fs/etc 1.37 # Copy locale cplay.mo files 1.38 - for lang in da de hu pl; do 1.39 + for lang in da de fr; do 1.40 mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES 1.41 cp -a $src/po/$lang.mo \ 1.42 $fs/usr/share/locale/$lang/LC_MESSAGES/cplay.mo