wok-next annotate serd/receipt @ rev 20889

Check Repology info from y* to z* packages: complete
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 10:27:39 2018 +0300 (2018-07-15)
parents 6b6854289368
children d5aab818505e
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@20341 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@20341 16 SPLIT="serd-dev"
pascal@13383 17
al@20341 18 compile_rules() {
pascal@13383 19 ./waf configure --prefix=/usr &&
pascal@13383 20 ./waf build &&
pascal@13383 21 ./waf install --destdir=$DESTDIR
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 }