wok annotate lv2/receipt @ rev 23874

squidclamav: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 19:42:45 2020 +0000 (2020-06-25)
parents 304f90c70e70
children ede1d184d5c5
rev   line source
pascal@13384 1 # SliTaz package receipt.
pascal@13384 2
pascal@13384 3 PACKAGE="lv2"
Hans-G?nter@21389 4 VERSION="1.16.0"
pascal@13384 5 CATEGORY="development"
pascal@13384 6 SHORT_DESC="Portable plugin standard for audio systems."
pascal@13384 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15379 8 LICENSE="MIT"
pascal@22453 9 WEB_SITE="https://lv2plug.in/"
Hans-G?nter@21389 10
pascal@13384 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13384 12 WGET_URL="http://lv2plug.in/spec/$TARBALL"
pascal@13384 13
pascal@13384 14 DEPENDS="libsndfile"
pascal@13384 15 BUILD_DEPENDS="pkg-config libsndfile-dev"
pascal@13384 16
pascal@13384 17 # Rules to configure and make the package.
pascal@13384 18 compile_rules()
pascal@13384 19 {
pascal@13384 20 ./waf configure --prefix=/usr &&
pascal@13384 21 ./waf build &&
pascal@13384 22 ./waf install --destdir=$DESTDIR
pascal@13384 23 }
pascal@13384 24
pascal@13384 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13384 26 genpkg_rules()
pascal@13384 27 {
pascal@13384 28 cp -a $install/* $fs/
pascal@13384 29 }