wok diff qtractor/receipt @ rev 13710

get-OpenOffice3: small fixes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 17 20:32:43 2012 +0100 (2012-12-17)
parents
children 408c87fa22ca
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qtractor/receipt	Mon Dec 17 20:32:43 2012 +0100
     1.3 @@ -0,0 +1,38 @@
     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 lilv lv2 "
    1.20 +
    1.21 +#extras:
    1.22 +# librubberband : http://breakfastquay.com/rubberband/
    1.23 +# dssi : http://dssi.sourceforge.net/
    1.24 +# vst : http://www.steinberg.net/
    1.25 +
    1.26 +# Rules to configure and make the package.
    1.27 +compile_rules()
    1.28 +{
    1.29 +	cd $src
    1.30 +	./configure \
    1.31 +		--prefix=/usr \
    1.32 +		$CONFIGURE_ARGS &&
    1.33 +	make && make DESTDIR=$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 +}
    1.41 +