wok-undigest rev 861

Add qtractor
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 22 10:12:32 2012 +0200 (2012-09-22)
parents d9c6b4352bd0
children 7f1f006940cd
files qtractor/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qtractor/receipt	Sat Sep 22 10:12:32 2012 +0200
     1.3 @@ -0,0 +1,41 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qtractor"
     1.7 +VERSION="0.5.5"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Audio/MIDI multi-track sequencer application."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://qtractor.sourceforge.net/qtractor-index.html"
    1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14 +
    1.15 +DEPENDS="qt4 jack-audio-connection-kit alsa-lib libsndfile ladspa \
    1.16 +libvorbis libmad libsamplerate liblo"
    1.17 +BUILD_DEPENDS="qmake Qt4-dev jack-audio-connection-kit-dev alsa-lib-dev \
    1.18 +libsndfile-dev ladspa-dev libvorbis-dev libmad-dev libsamplerate-dev \
    1.19 +liblo-dev "
    1.20 +
    1.21 +#extras:
    1.22 +# librubberband : http://breakfastquay.com/rubberband/
    1.23 +# libslv2 : http://drobilla.net/software/slv2/ => liblilv
    1.24 +# dssi : http://dssi.sourceforge.net/
    1.25 +# vst : http://www.steinberg.net/
    1.26 +# lv2 : http://lv2plug.in/
    1.27 +# liblilv : http://drobilla.net/software/lilv/
    1.28 +
    1.29 +# Rules to configure and make the package.
    1.30 +compile_rules()
    1.31 +{
    1.32 +	cd $src
    1.33 +	./configure \
    1.34 +		--prefix=/usr \
    1.35 +		$CONFIGURE_ARGS &&
    1.36 +	make && make DESTDIR=$DESTDIR install
    1.37 +}
    1.38 +
    1.39 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 +genpkg_rules()
    1.41 +{
    1.42 +	cp -a $install/* $fs
    1.43 +}
    1.44 +