wok view sratom/receipt @ rev 16770

Fix loop depends: 1) xorg-libXfont <-> xorg-libXfont; 2) glibmm <-> libgiomm (thanks "tazpkg check").
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 20 00:27:57 2014 +0300 (2014-06-20)
parents 2a1852262142
children 1b106ea9152a
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 LICENSE="ISC"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://drobilla.net/software/sratom/"
11 WGET_URL="http://download.drobilla.net/$TARBALL"
13 DEPENDS="serd sord"
14 BUILD_DEPENDS="pkg-config lv2 serd-dev sord-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./waf configure --prefix=/usr &&
21 ./waf build &&
22 ./waf install --destdir=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }