wok annotate sratom/receipt @ rev 23043
gcc83-lib-base: add /usr/libgcc83/libstdc++.la (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:21:44 2020 +0100 (2020-03-05) |
parents | 3b4e4318134e |
children | 69adfbc9427f |
rev | line source |
---|---|
pascal@13387 | 1 # SliTaz package receipt. |
pascal@13387 | 2 |
pascal@13387 | 3 PACKAGE="sratom" |
Hans-G?nter@21966 | 4 VERSION="0.6.2" |
pascal@13387 | 5 CATEGORY="development" |
Hans-G?nter@21966 | 6 SHORT_DESC="A library for serialising LV2 atoms to and from RDF, particularly the Turtle syntax." |
pascal@13387 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15593 | 8 LICENSE="ISC" |
Hans-G?nter@21966 | 9 WEB_SITE="https://drobilla.net/software/sratom/" |
Hans-G?nter@21966 | 10 |
pascal@13387 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13387 | 12 WGET_URL="http://download.drobilla.net/$TARBALL" |
pascal@13387 | 13 |
Hans-G?nter@21966 | 14 DEPENDS="gcc83-lib-base serd sord" |
Hans-G?nter@21966 | 15 BUILD_DEPENDS="gcc83 lv2 pkg-config serd-dev sord-dev" |
pascal@13387 | 16 |
pascal@13387 | 17 # Rules to configure and make the package. |
pascal@13387 | 18 compile_rules() |
pascal@13387 | 19 { |
Hans-G?nter@21966 | 20 export CC=gcc-83 |
Hans-G?nter@21966 | 21 export CXX=g++-83 |
Hans-G?nter@21966 | 22 |
pascal@13387 | 23 ./waf configure --prefix=/usr && |
pascal@13387 | 24 ./waf build && |
pascal@13387 | 25 ./waf install --destdir=$DESTDIR |
pascal@13387 | 26 } |
pascal@13387 | 27 |
pascal@13387 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13387 | 29 genpkg_rules() |
pascal@13387 | 30 { |
pascal@13387 | 31 cp -a $install/* $fs |
pascal@13387 | 32 } |