wok view mixxx/receipt @ rev 14953

Up: elementary (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:16:07 2013 +0200 (2013-08-08)
parents 6def5237e81e
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="mixxx"
4 VERSION="1.10.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Digital DJ mixing software"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
9 WEB_SITE="http://www.mixxx.org/"
10 WGET_URL="http://downloads.mixxx.org/$PACKAGE-$VERSION/$TARBALL"
12 DEPENDS="libsndfile libogg libid3tag libmad libvorbis taglib libshout \
13 portaudio portmidi libQtOpenGL libQtWebkit libQt3Support libQtScript \
14 libQtSvg libQtDBus libQtPlugins qt4-phonon"
15 BUILD_DEPENDS="libsndfile-dev libogg-dev libid3tag-dev libmad-dev \
16 libvorbis-dev taglib-dev libshout-dev portaudio-dev qt4-phonon \
17 Qt4-dev alsa-lib-dev jack-audio-connection-kit-dev mesa-dev scons \
18 pkg-config flac-dev portmidi"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cd $src
24 scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr | sed s/ERROR/error/
25 scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr install | sed s/ERROR/error/
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/usr $fs
32 }