wok view serd-dev/receipt @ rev 15802

Add 8086tiny
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 22 18:13:11 2014 +0100 (2014-01-22)
parents 3b4e4318134e
children a1dd9bbc35b6
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 LICENSE="ISC"
9 WEB_SITE="http://drobilla.net/software/serd/"
10 WANTED="serd"
12 DEPENDS="serd pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }