wok annotate sord-dev/receipt @ rev 13806

Up: gimp-brushes
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 05:39:53 2013 +0300 (2013-01-06)
parents
children 44c65752ed20
rev   line source
pascal@13383 1 # SliTaz package receipt.
pascal@13383 2
pascal@13383 3 PACKAGE="sord-dev"
pascal@13383 4 VERSION="0.8.0"
pascal@13383 5 CATEGORY="development"
pascal@13383 6 SHORT_DESC="A lightweight C library for storing RDF data in memory, development files."
pascal@13383 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13383 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13383 9 WEB_SITE="http://drobilla.net/software/sord/"
pascal@13383 10 WANTED="sord"
pascal@13383 11
pascal@13383 12 DEPENDS="sord"
pascal@13383 13
pascal@13383 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13383 15 genpkg_rules()
pascal@13383 16 {
pascal@13383 17 mkdir -p $fs/usr/lib
pascal@13383 18 cp -a $install/usr/include $fs/usr
pascal@13383 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@13383 20 }