wok view fsthost/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 804f06c0e28f
children 17e13002e607
line source
1 # SliTaz package receipt.
3 PACKAGE="fsthost"
4 VERSION="1.4.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="FSTHost is VST host for Jack with GTK interface"
7 MAINTAINER="xj@wp.pl"
8 LICENSE="GPL2"
9 WEB_SITE="http://fsthost.sourceforge.net"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz"
13 DEPENDS="wine gtk+ libxml2 jack-audio-connection-kit"
14 BUILD_DEPENDS="gtk+-dev libxml2-dev wine-rt-dev jack-audio-connection-kit-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make LIB_INST_PATH=/usr/lib DESTDIR=$install install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }