wok-next annotate sratom/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 6e0553fe45e7 |
children | 5ffe59e2de3a |
rev | line source |
---|---|
al@20470 | 1 # SliTaz package receipt v2. |
pascal@13387 | 2 |
pascal@13387 | 3 PACKAGE="sratom" |
al@20470 | 4 VERSION="0.6.0" |
pascal@13387 | 5 CATEGORY="development" |
al@20470 | 6 SHORT_DESC="A library for serialising LV2 atoms to/from RDF, particularly the \ |
al@20470 | 7 Turtle syntax" |
pascal@13387 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15593 | 9 LICENSE="ISC" |
al@20470 | 10 WEB_SITE="http://drobilla.net/software/sratom/" |
al@20470 | 11 |
pascal@13387 | 12 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13387 | 13 WGET_URL="http://download.drobilla.net/$TARBALL" |
pascal@13387 | 14 |
al@20470 | 15 BUILD_DEPENDS="lv2 serd-dev sord-dev" |
pascal@13387 | 16 |
al@20470 | 17 compile_rules() { |
pascal@13387 | 18 ./waf configure --prefix=/usr && |
pascal@13387 | 19 ./waf build && |
al@21020 | 20 ./waf install --destdir=$install |
pascal@13387 | 21 } |
pascal@13387 | 22 |
al@20470 | 23 genpkg_rules() { |
pascal@13387 | 24 cp -a $install/* $fs |
al@20470 | 25 DEPENDS="serd sord" |
pascal@13387 | 26 } |