wok annotate serd-dev/receipt @ rev 15593

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 03 18:28:51 2013 +0000 (2013-12-03)
parents 9add88f5b1ad
children 47e1df965953
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@13383 12 DEPENDS="serd"
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 }