wok view fsthost/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 4aed2b24febc
children 380ffe05937a
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 WEB_SITE="http://fsthost.sourceforge.net"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz"
11 DEPENDS="wine gtk+ libxml2 jack-audio-connection-kit"
12 BUILD_DEPENDS="gtk+-dev libxml2-dev wine-rt-dev jack-audio-connection-kit-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make LIB_INST_PATH=/usr/lib DESTDIR=$install install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cp -a $install/* $fs
24 }