wok view fsthost/receipt @ rev 25669

Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 16:11:20 2024 +0000 (9 months ago)
parents 65ff25c4de90
children
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="$SF_MIRROR/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 }