wok-next view serd/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 6b6854289368
children d5aab818505e
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="serd-dev"
18 compile_rules() {
19 ./waf configure --prefix=/usr &&
20 ./waf build &&
21 ./waf install --destdir=$DESTDIR
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 serd) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }