wok view serd-dev/receipt @ rev 14136

xfce4-notifyd, xfce4-volumed: move from undigest wok
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 01 13:56:11 2013 +0000 (2013-03-01)
parents
children 3b4e4318134e
line source
1 # SliTaz package receipt.
3 PACKAGE="serd-dev"
4 VERSION="0.18.0"
5 CATEGORY="development"
6 SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://drobilla.net/software/serd/"
9 WANTED="serd"
11 DEPENDS="serd"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }