wok view fsthost/receipt @ rev 24406

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