wok diff libcclc/receipt @ rev 22897

updated gtk-doc (1.18 -> 1.32)
author Hans-G?nter Theisgen
date Sun Feb 23 11:12:05 2020 +0100 (2020-02-23)
parents 6c3718ca17b6
children 65d7d867e0c1
line diff
     1.1 --- a/libcclc/receipt	Sat Nov 09 17:34:23 2013 +0000
     1.2 +++ b/libcclc/receipt	Sun Feb 23 11:12:05 2020 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="BSD"
     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/libcclc/0.7.0/libcclc-0.7.0.tar.bz2"
     1.8 +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/libcclc/$VERSION/$TARBALL"
     1.9  #WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.10  
    1.11  DEPENDS="openssl sqlite"
    1.12 @@ -17,7 +17,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 @@ -32,4 +31,3 @@
    1.21  	mkdir -p $fs/usr/lib
    1.22  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.23  }
    1.24 -