wok annotate serd-dev/receipt @ rev 13951

add python netifaces
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:03:49 2013 +0000 (2013-01-29)
parents
children 3b4e4318134e
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@13383 8 WEB_SITE="http://drobilla.net/software/serd/"
pascal@13383 9 WANTED="serd"
pascal@13383 10
pascal@13383 11 DEPENDS="serd"
pascal@13383 12
pascal@13383 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13383 14 genpkg_rules()
pascal@13383 15 {
pascal@13383 16 mkdir -p $fs/usr/lib
pascal@13383 17 cp -a $install/usr/include $fs/usr
pascal@13383 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@13383 19 }