wok-6.x diff fsthost/receipt @ rev 23350
updated perl-io-socket-inet6 (2.56 -> 2.72)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 09:47:36 2020 +0100 (2020-03-31) |
parents | 380ffe05937a |
children | 370da83187ab |
line diff
1.1 --- a/fsthost/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/fsthost/receipt Tue Mar 31 09:47:36 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 }