wok-6.x diff cclfox/receipt @ rev 22603
updated cmus (2.5.0 -> 2.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 09 08:10:35 2020 +0100 (2020-01-09) |
parents | 7896f0694ef6 |
children | 370da83187ab |
line diff
1.1 --- a/cclfox/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/cclfox/receipt Thu Jan 09 08:10:35 2020 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://ccl.sourceforge.net" 1.7 -WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclfox/0.7.0/$TARBALL" 1.8 +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclfox/$VERSION/$TARBALL" 1.9 1.10 DEPENDS="libccls fox14 glib" 1.11 BUILD_DEPENDS="libccls-dev fox14-dev" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --infodir=/usr/share/info \ 1.20 @@ -31,4 +30,3 @@ 1.21 mkdir -p $fs/usr 1.22 cp -a $install/usr/bin $fs/usr 1.23 } 1.24 -