wok view sratom/receipt @ rev 20615

Update varka
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 21 20:44:57 2018 +0100 (2018-12-21)
parents 2a1852262142
children 1b106ea9152a
line source
1 # SliTaz package receipt.
3 PACKAGE="sratom"
4 VERSION="0.4.0"
5 CATEGORY="development"
6 SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://drobilla.net/software/sratom/"
11 WGET_URL="http://download.drobilla.net/$TARBALL"
13 DEPENDS="serd sord"
14 BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./waf configure --prefix=/usr &&
21 ./waf build &&
22 ./waf install --destdir=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }