wok annotate fsthost/receipt @ rev 14940

Up: embryo-dev (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:45 2013 +0200 (2013-08-08)
parents 4aed2b24febc
children 380ffe05937a
rev   line source
pascal@13591 1 # SliTaz package receipt.
pascal@13591 2
pascal@13591 3 PACKAGE="fsthost"
al@13742 4 VERSION="1.4.0"
pascal@13591 5 CATEGORY="multimedia"
pascal@13591 6 SHORT_DESC="FSTHost is VST host for Jack with GTK interface"
pascal@13591 7 MAINTAINER="xj@wp.pl"
pascal@13591 8 WEB_SITE="http://fsthost.sourceforge.net"
pascal@13591 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@13591 10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz"
pascal@13591 11 DEPENDS="wine gtk+ libxml2 jack-audio-connection-kit"
pascal@13591 12 BUILD_DEPENDS="gtk+-dev libxml2-dev wine-rt-dev jack-audio-connection-kit-dev"
pascal@13591 13
pascal@13591 14 # Rules to configure and make the package.
pascal@13591 15 compile_rules()
pascal@13591 16 {
al@13742 17 make LIB_INST_PATH=/usr/lib DESTDIR=$install install
pascal@13591 18 }
pascal@13591 19
pascal@13591 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13591 21 genpkg_rules()
pascal@13591 22 {
pascal@13591 23 cp -a $install/* $fs
pascal@13591 24 }