wok annotate serd-dev/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 3b4e4318134e
children a1dd9bbc35b6
rev   line source
pascal@13383 1 # SliTaz package receipt.
pascal@13383 2
pascal@13383 3 PACKAGE="serd-dev"
pascal@13383 4 VERSION="0.18.0"
pascal@13383 5 CATEGORY="development"
pascal@13383 6 SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples, development files."
pascal@13383 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="ISC"
pascal@13383 9 WEB_SITE="http://drobilla.net/software/serd/"
pascal@13383 10 WANTED="serd"
pascal@13383 11
pascal@15599 12 DEPENDS="serd pkg-config"
pascal@13383 13
pascal@13383 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13383 15 genpkg_rules()
pascal@13383 16 {
pascal@13383 17 mkdir -p $fs/usr/lib
pascal@13383 18 cp -a $install/usr/include $fs/usr
pascal@13383 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@13383 20 }