wok rev 21930

updated sord (0.8.0 -> 0.16.2)
author Hans-G?nter Theisgen
date Sun Oct 06 15:26:45 2019 +0100 (2019-10-06)
parents 85b490b0ae1a
children e7a161a764c6
files sord/receipt
line diff
     1.1 --- a/sord/receipt	Sun Oct 06 15:00:06 2019 +0100
     1.2 +++ b/sord/receipt	Sun Oct 06 15:26:45 2019 +0100
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sord"
     1.7 -VERSION="0.8.0"
     1.8 +VERSION="0.16.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A lightweight C library for storing RDF data in memory."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="ISC"
    1.13 +WEB_SITE="http://drobilla.net/software/sord/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://drobilla.net/software/sord/"
    1.17  WGET_URL="http://download.drobilla.net/$TARBALL"
    1.18  
    1.19 -DEPENDS="serd pcre"
    1.20 -BUILD_DEPENDS="pkg-config serd-dev pcre"
    1.21 +DEPENDS="pcre serd"
    1.22 +BUILD_DEPENDS="pcre pkg-config serd-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	./waf configure --prefix=/usr &&
    1.29  	./waf build &&
    1.30  	./waf install --destdir=$DESTDIR
    1.31 @@ -26,6 +26,7 @@
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/lib
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/lib/lib* $fs/usr/lib
    1.37 +
    1.38 +	cp -a $install/usr/bin		$fs/usr
    1.39 +	cp -a $install/usr/lib/lib*	$fs/usr/lib
    1.40  }