wok view fsthost/receipt @ rev 13739

Add xorg-xhost
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 26 13:41:24 2012 +0100 (2012-12-26)
parents
children 804f06c0e28f
line source
1 # SliTaz package receipt.
3 PACKAGE="fsthost"
4 VERSION="1.3.1"
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"
12 DEPENDS="wine gtk+ libxml2 jack-audio-connection-kit"
13 BUILD_DEPENDS="gtk+-dev libxml2-dev wine-rt-dev jack-audio-connection-kit-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make LIB_INST_PATH=/usr/lib DESTDIR=$install install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/* $fs
25 }