wok-next view fsthost/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 380ffe05937a
children f48456621a9d
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"
14 BUILD_DEPENDS="gtk+-dev libxml2-dev wine-rt-dev jack-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 }