wok annotate lilv/receipt @ rev 24119

Add javascript-boulderdash
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 04 18:07:23 2021 +0000 (2021-10-04)
parents 2a5cc8208d36
children ede1d184d5c5
rev   line source
pascal@13387 1 # SliTaz package receipt.
pascal@13387 2
pascal@13387 3 PACKAGE="lilv"
Hans-G?nter@23132 4 VERSION="0.24.6"
pascal@13387 5 CATEGORY="development"
pascal@13387 6 SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications."
pascal@13387 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="MIT"
Hans-G?nter@23132 9 WEB_SITE="https://drobilla.net/software/lilv/"
Hans-G?nter@23132 10
pascal@13387 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
Hans-G?nter@23132 12 WGET_URL="https://download.drobilla.net/$TARBALL"
pascal@13387 13
pascal@13387 14 DEPENDS="serd sord sratom"
Hans-G?nter@23132 15 BUILD_DEPENDS="lv2 pkg-config serd-dev sord-dev sratom"
pascal@13387 16
pascal@13387 17 # Rules to configure and make the package.
pascal@13387 18 compile_rules()
pascal@13387 19 {
pascal@13387 20 ./waf configure --prefix=/usr &&
pascal@13387 21 ./waf build &&
pascal@13387 22 ./waf install --destdir=$DESTDIR
pascal@13387 23 }
pascal@13387 24
pascal@13387 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13387 26 genpkg_rules()
pascal@13387 27 {
Hans-G?nter@23132 28 cp -a $install/* $fs
pascal@13387 29 }