wok view mixxx/receipt @ rev 8309

Up: postgresql to 9.0.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 00:59:41 2011 +0000 (2011-02-01)
parents 7d8bcdc389d3
children ba393436a289
line source
1 # SliTaz package receipt.
3 PACKAGE="mixxx"
4 VERSION="1.8.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Digital DJ mixing software"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="libsndfile libogg libid3tag libmad libvorbis portaudio portmidi libQtOpenGL libQtWebkit libQt3Support libQtScript libQtSvg libQtDBus qt4-phonon"
9 BUILD_DEPENDS="libsndfile-dev libogg-dev libid3tag-dev libmad-dev libvorbis-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 }