wok-next diff sratom/receipt @ rev 20669
vde2: up / fix build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 11 14:21:30 2018 +0300 (2018-05-11) |
parents | 3b4e4318134e |
children | d5aab818505e |
line diff
1.1 --- a/sratom/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/sratom/receipt Fri May 11 14:21:30 2018 +0300 1.3 @@ -1,29 +1,26 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="sratom" 1.8 -VERSION="0.4.0" 1.9 +VERSION="0.6.0" 1.10 CATEGORY="development" 1.11 -SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax." 1.12 +SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the \ 1.13 +Turtle syntax" 1.14 MAINTAINER="pascal.bellard@slitaz.org" 1.15 LICENSE="ISC" 1.16 +WEB_SITE="http://drobilla.net/software/sratom/" 1.17 + 1.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 -WEB_SITE="http://drobilla.net/software/sratom/" 1.20 WGET_URL="http://download.drobilla.net/$TARBALL" 1.21 1.22 -DEPENDS="serd sord" 1.23 -BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev" 1.24 +BUILD_DEPENDS="lv2 serd-dev sord-dev" 1.25 1.26 -# Rules to configure and make the package. 1.27 -compile_rules() 1.28 -{ 1.29 - cd $src 1.30 +compile_rules() { 1.31 ./waf configure --prefix=/usr && 1.32 ./waf build && 1.33 ./waf install --destdir=$DESTDIR 1.34 } 1.35 1.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.37 -genpkg_rules() 1.38 -{ 1.39 +genpkg_rules() { 1.40 cp -a $install/* $fs 1.41 + DEPENDS="serd sord" 1.42 }