wok view fsthost/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
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 }