wok diff sratom/receipt @ rev 22552
created recipe for py3k-numpy
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 04 14:14:14 2020 +0100 (2020-01-04) |
parents | 3b4e4318134e |
children | 69adfbc9427f |
line diff
1.1 --- a/sratom/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/sratom/receipt Sat Jan 04 14:14:14 2020 +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