wok view serd-dev/receipt @ rev 14924

Up: firefox-langpack-zh_TW (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:30:32 2013 +0000 (2013-08-06)
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 }