wok annotate fsthost/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 17e13002e607
children ad0bc3efbf37
rev   line source
pascal@13591 1 # SliTaz package receipt.
pascal@13591 2
pascal@13591 3 PACKAGE="fsthost"
Hans-G?nter@22784 4 VERSION="1.6.2"
pascal@13591 5 CATEGORY="multimedia"
Hans-G?nter@22784 6 SHORT_DESC="VST host for Jack with GTK interface."
pascal@13591 7 MAINTAINER="xj@wp.pl"
pascal@15000 8 LICENSE="GPL2"
Hans-G?nter@22784 9 WEB_SITE="https://sourceforge.net/projects/fsthost/"
Hans-G?nter@22784 10
pascal@13591 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@22784 12 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$TARBALL"
pascal@15000 13
Hans-G?nter@22784 14 DEPENDS="gtk+3 jack-audio-connection-kit libxml2 wine"
Hans-G?nter@22784 15 BUILD_DEPENDS="gtk+3-dev jack-audio-connection-kit-dev libxml2-dev
Hans-G?nter@22784 16 wine-rt-dev"
pascal@13591 17
pascal@24361 18 # What is the latest version available today?
pascal@24361 19 current_version()
pascal@24361 20 {
pascal@24361 21 wget -O - https://sourceforge.net/projects/fsthost/files/ 2>/dev/null | \
pascal@24361 22 sed '/scope="row/!d;s|.*/fsthost-||;s|.tar.*||;q'
pascal@24361 23 }
pascal@24361 24
pascal@13591 25 # Rules to configure and make the package.
pascal@13591 26 compile_rules()
pascal@13591 27 {
Hans-G?nter@22784 28 make install \
Hans-G?nter@22784 29 LIB_INST_PATH=/usr/lib \
Hans-G?nter@22784 30 DESTDIR=$install
pascal@13591 31 }
pascal@13591 32
pascal@13591 33 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13591 34 genpkg_rules()
pascal@13591 35 {
Hans-G?nter@22784 36 cp -a $install/* $fs
pascal@13591 37 }