SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fsthost"

# SliTaz package receipt.

PACKAGE="fsthost"
VERSION="1.6.2"
CATEGORY="multimedia"
SHORT_DESC="VST host for Jack with GTK interface."
MAINTAINER="xj@wp.pl"
LICENSE="GPL2"
WEB_SITE="https://sourceforge.net/projects/fsthost/"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$SF_MIRROR/project/$PACKAGE/$TARBALL"

DEPENDS="gtk+3 jack-audio-connection-kit libxml2 wine"
BUILD_DEPENDS="gtk+3-dev jack-audio-connection-kit-dev libxml2-dev 
    wine-rt-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/fsthost/files/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*/fsthost-||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    make    install            \
        LIB_INST_PATH=/usr/lib    \
        DESTDIR=$install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/*    $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)