wok-next annotate serd/receipt @ rev 21727

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