wok diff cclcfox/receipt @ rev 21947

updated spl (0.7.7 -> 0.7.13)
author Hans-G?nter Theisgen
date Tue Oct 08 17:14:12 2019 +0100 (2019-10-08)
parents 17e313b5b9c1
children 370da83187ab
line diff
     1.1 --- a/cclcfox/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/cclcfox/receipt	Tue Oct 08 17:14:12 2019 +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/cclcfox/0.7.0/$TARBALL"
     1.8 +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclcfox/$VERSION/$TARBALL"
     1.9  
    1.10  DEPENDS="libcclc fox14"
    1.11  BUILD_DEPENDS="libcclc-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  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    1.18  	./configure \
    1.19  		--prefix=/usr \
    1.20 @@ -32,4 +31,3 @@
    1.21  	mkdir -p $fs/usr
    1.22  	cp -a $install/usr/bin $fs/usr
    1.23  }
    1.24 -