wok view serd-dev/receipt @ rev 14244

linux-source: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 23 14:31:05 2013 +0100 (2013-03-23)
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 }