wok-next view serd/receipt @ rev 20459

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 13:45:43 2018 +0200 (2018-03-02)
parents 3b4e4318134e
children 6e0553fe45e7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="serd"
4 VERSION="0.18.0"
5 CATEGORY="development"
6 SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="http://drobilla.net/software/serd/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://download.drobilla.net/$TARBALL"
14 BUILD_DEPENDS="python"
15 SPLIT="serd-dev"
17 compile_rules() {
18 ./waf configure --prefix=/usr &&
19 ./waf build &&
20 ./waf install --destdir=$DESTDIR
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 serd) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }