wok diff sratom/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 3b4e4318134e
children 69adfbc9427f
line diff
     1.1 --- a/sratom/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/sratom/receipt	Tue Oct 22 12:55:54 2019 +0300
     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