wok diff cclfox/receipt @ rev 24133
Up tazinst (115)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 23 15:17:56 2021 +0000 (2021-10-23) |
parents | 7896f0694ef6 |
children | 370da83187ab |
line diff
1.1 --- a/cclfox/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/cclfox/receipt Sat Oct 23 15:17:56 2021 +0000 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 -