wok-next view serd/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
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 }