wok rev 22784

updated fsthost (1.4.0 -> 1.6.2)
author Hans-G?nter Theisgen
date Sun Jan 26 11:14:37 2020 +0100 (2020-01-26)
parents ab6e8f63bcc1
children 872b0404dc1c
files fsthost/receipt
line diff
     1.1 --- a/fsthost/receipt	Sun Jan 26 10:41:25 2020 +0100
     1.2 +++ b/fsthost/receipt	Sun Jan 26 11:14:37 2020 +0100
     1.3 @@ -1,26 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fsthost"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.6.2"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="FSTHost is VST host for Jack with GTK interface"
    1.11 +SHORT_DESC="VST host for Jack with GTK interface."
    1.12  MAINTAINER="xj@wp.pl"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://fsthost.sourceforge.net"
    1.15 +WEB_SITE="https://sourceforge.net/projects/fsthost/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz"
    1.19 +WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$TARBALL"
    1.20  
    1.21 -DEPENDS="wine gtk+ libxml2 jack-audio-connection-kit"
    1.22 -BUILD_DEPENDS="gtk+-dev libxml2-dev wine-rt-dev jack-audio-connection-kit-dev"
    1.23 +DEPENDS="gtk+3 jack-audio-connection-kit libxml2 wine"
    1.24 +BUILD_DEPENDS="gtk+3-dev jack-audio-connection-kit-dev libxml2-dev 
    1.25 +	wine-rt-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	make LIB_INST_PATH=/usr/lib DESTDIR=$install install
    1.31 +	make	install			\
    1.32 +		LIB_INST_PATH=/usr/lib	\
    1.33 +		DESTDIR=$install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37  genpkg_rules()
    1.38  {
    1.39 -	cp -a $install/* $fs
    1.40 +	cp -a $install/*	$fs
    1.41  }