wok-next view serd/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="serd"
4 VERSION="0.28.0"
5 CATEGORY="development"
6 SHORT_DESC="A lightweight C library for RDF syntax which supports reading and \
7 writing Turtle and NTriples"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="ISC"
10 WEB_SITE="http://drobilla.net/software/serd"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://download.drobilla.net/$TARBALL"
15 BUILD_DEPENDS="python"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./waf configure --prefix=/usr &&
20 ./waf build &&
21 ./waf install --destdir=$install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 serd) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }