wok view mixxx/receipt @ rev 9082

Up: mlt-python-bindings to 0.6.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 04 11:00:36 2011 +0000 (2011-03-04)
parents 875321632a17
children f05acacce546
line source
1 # SliTaz package receipt.
3 PACKAGE="mixxx"
4 VERSION="1.9.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Digital DJ mixing software"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="libsndfile libogg libid3tag libmad libvorbis taglib libshout portaudio portmidi libQtOpenGL libQtWebkit libQt3Support libQtScript libQtSvg libQtDBus qt4-phonon"
9 BUILD_DEPENDS="libsndfile-dev libogg-dev libid3tag-dev libmad-dev libvorbis-dev taglib-dev libshout-dev portaudio-dev qt4-phonon Qt4-dev alsa-lib-dev jack-audio-connection-kit-dev mesa-dev scons pkg-config"
10 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
11 WEB_SITE="http://www.mixxx.org/"
12 WGET_URL="http://downloads.mixxx.org/$PACKAGE-$VERSION/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 scons qtdir=/usr/lib/qt prefix=/usr install_root=$PWD/_pkg/usr
19 scons qtdir=/usr/lib/qt prefix=/usr install_root=$PWD/_pkg/usr install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/* $fs/usr
27 }