wok view mixxx/receipt @ rev 17474

syslinux/iso2exe: use always mkfloppy in init
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 27 18:25:05 2014 +0100 (2014-12-27)
parents 76b72f1ad63c
children 47e011a6bcee
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
10 WEB_SITE="http://www.mixxx.org/"
11 WGET_URL="http://downloads.mixxx.org/$PACKAGE-$VERSION/$TARBALL"
13 DEPENDS="libsndfile libogg libid3tag libmad libvorbis taglib libshout \
14 portaudio portmidi libQtOpenGL libQtWebkit libQt3Support libQtScript \
15 libQtSvg libQtDBus libQtPlugins qt4-phonon"
16 BUILD_DEPENDS="libsndfile-dev libogg-dev libid3tag-dev libmad-dev \
17 libvorbis-dev taglib-dev libshout-dev portaudio-dev qt4-phonon \
18 Qt4-dev alsa-lib-dev jack-audio-connection-kit-dev mesa-dev scons \
19 pkg-config flac-dev portmidi"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 cd $src
25 scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr | sed s/ERROR/error/
26 scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr install | sed s/ERROR/error/
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/usr $fs
33 }