wok rev 21966

updated sratom (0.4.0 -> 0.6.2)
author Hans-G?nter Theisgen
date Thu Oct 10 17:07:33 2019 +0100 (2019-10-10)
parents 765360b9ea4b
children 40ff746a5f02
files sratom/receipt
line diff
     1.1 --- a/sratom/receipt	Thu Oct 10 16:37:05 2019 +0100
     1.2 +++ b/sratom/receipt	Thu Oct 10 17:07:33 2019 +0100
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sratom"
     1.7 -VERSION="0.4.0"
     1.8 +VERSION="0.6.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax."
    1.11 +SHORT_DESC="A library for serialising LV2 atoms to and from RDF, particularly the Turtle syntax."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="ISC"
    1.14 +WEB_SITE="https://drobilla.net/software/sratom/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://drobilla.net/software/sratom/"
    1.18  WGET_URL="http://download.drobilla.net/$TARBALL"
    1.19  
    1.20 -DEPENDS="serd sord"
    1.21 -BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev"
    1.22 +DEPENDS="gcc83-lib-base serd sord"
    1.23 +BUILD_DEPENDS="gcc83 lv2 pkg-config serd-dev sord-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 +	export	CC=gcc-83
    1.30 +	export	CXX=g++-83
    1.31 +
    1.32  	./waf configure --prefix=/usr &&
    1.33  	./waf build &&
    1.34  	./waf install --destdir=$DESTDIR