wok-next annotate serd/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 6e0553fe45e7
children d457c4e37c1b
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@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 }