wok-current view sord-dev/receipt @ rev 17466
Add xtron
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Thu Dec 25 14:03:49 2014 +0100 (2014-12-25) | 
| parents | 3b4e4318134e | 
| children | e7a161a764c6 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="sord-dev"
     4 VERSION="0.8.0"
     5 CATEGORY="development"
     6 SHORT_DESC="A lightweight C library for storing RDF data in memory, development files."
     7 MAINTAINER="pascal.bellard@slitaz.org"
     8 LICENSE="ISC"
     9 WEB_SITE="http://drobilla.net/software/sord/"
    10 WANTED="sord"
    12 DEPENDS="sord 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 }