wok view sratom/receipt @ rev 13963

Up: guvcview (1.6.1, using now gtk+3 since it seems to not conflict with gtk+)
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Jan 31 15:40:22 2013 -0200 (2013-01-31)
parents
children 3b4e4318134e
line source
1 # SliTaz package receipt.
3 PACKAGE="sratom"
4 VERSION="0.4.0"
5 CATEGORY="development"
6 SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://drobilla.net/software/sratom/"
10 WGET_URL="http://download.drobilla.net/$TARBALL"
12 DEPENDS="serd sord"
13 BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./waf configure --prefix=/usr &&
20 ./waf build &&
21 ./waf install --destdir=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }