wok-next view serd-dev/receipt @ rev 15275
clipit: remove icon (sorry, guys), move autostart item back to /etc/...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Sep 25 19:03:47 2013 +0300 (2013-09-25) |
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 }