wok-next view sratom/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 3b4e4318134e
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sratom"
4 VERSION="0.6.0"
5 CATEGORY="development"
6 SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the \
7 Turtle syntax"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="ISC"
10 WEB_SITE="http://drobilla.net/software/sratom/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://download.drobilla.net/$TARBALL"
15 BUILD_DEPENDS="lv2 serd-dev sord-dev"
17 compile_rules() {
18 ./waf configure --prefix=/usr &&
19 ./waf build &&
20 ./waf install --destdir=$DESTDIR
21 }
23 genpkg_rules() {
24 cp -a $install/* $fs
25 DEPENDS="serd sord"
26 }