wok view qtractor/receipt @ rev 16421

slitaz-*-configs*: Update receipt
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 18 04:11:16 2014 +0200 (2014-04-18)
parents 4aed2b24febc
children be7b188ef115
line source
1 # SliTaz package receipt.
3 PACKAGE="qtractor"
4 VERSION="0.5.5"
5 CATEGORY="multimedia"
6 SHORT_DESC="Audio/MIDI multi-track sequencer application."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://qtractor.sourceforge.net/qtractor-index.html"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="qt4 jack-audio-connection-kit alsa-lib libsndfile ladspa \
14 libvorbis libmad libsamplerate liblo"
15 BUILD_DEPENDS="qmake Qt4-dev jack-audio-connection-kit-dev alsa-lib-dev \
16 libsndfile-dev ladspa-dev libvorbis-dev libmad-dev libsamplerate-dev \
17 liblo-dev lilv lv2 "
19 #extras:
20 # librubberband : http://breakfastquay.com/rubberband/
21 # dssi : http://dssi.sourceforge.net/
22 # vst : http://www.steinberg.net/
24 # Rules to configure and make the package.
25 compile_rules()
26 {
27 cd $src
28 ./configure \
29 --prefix=/usr \
30 $CONFIGURE_ARGS &&
31 make && make DESTDIR=$DESTDIR install
32 }
34 # Rules to gen a SliTaz package suitable for Tazpkg.
35 genpkg_rules()
36 {
37 cp -a $install/* $fs
38 }