wok annotate sratom/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents
children 3b4e4318134e
rev   line source
pascal@13387 1 # SliTaz package receipt.
pascal@13387 2
pascal@13387 3 PACKAGE="sratom"
pascal@13387 4 VERSION="0.4.0"
pascal@13387 5 CATEGORY="development"
pascal@13387 6 SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax."
pascal@13387 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13387 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13387 9 WEB_SITE="http://drobilla.net/software/sratom/"
pascal@13387 10 WGET_URL="http://download.drobilla.net/$TARBALL"
pascal@13387 11
pascal@13387 12 DEPENDS="serd sord"
pascal@13387 13 BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev"
pascal@13387 14
pascal@13387 15 # Rules to configure and make the package.
pascal@13387 16 compile_rules()
pascal@13387 17 {
pascal@13387 18 cd $src
pascal@13387 19 ./waf configure --prefix=/usr &&
pascal@13387 20 ./waf build &&
pascal@13387 21 ./waf install --destdir=$DESTDIR
pascal@13387 22 }
pascal@13387 23
pascal@13387 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13387 25 genpkg_rules()
pascal@13387 26 {
pascal@13387 27 cp -a $install/* $fs
pascal@13387 28 }