wok view serd-dev/receipt @ rev 15123

htmldoc: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 22:27:18 2013 +0000 (2013-08-14)
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 }