wok diff mixxx/receipt @ rev 10284
calcurse: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 18:03:47 2011 +0000 (2011-05-21) |
parents | ba393436a289 |
children | b9250021e9a5 |
line diff
1.1 --- a/mixxx/receipt Thu Feb 24 11:45:20 2011 +0000 1.2 +++ b/mixxx/receipt Sat May 21 18:03:47 2011 +0000 1.3 @@ -5,18 +5,24 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Digital DJ mixing software" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="libsndfile libogg libid3tag libmad libvorbis taglib libshout portaudio portmidi libQtOpenGL libQtWebkit libQt3Support libQtScript libQtSvg libQtDBus qt4-phonon" 1.8 -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" 1.9 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.10 WEB_SITE="http://www.mixxx.org/" 1.11 WGET_URL="http://downloads.mixxx.org/$PACKAGE-$VERSION/$TARBALL" 1.12 1.13 +DEPENDS="libsndfile libogg libid3tag libmad libvorbis taglib libshout \ 1.14 +portaudio portmidi libQtOpenGL libQtWebkit libQt3Support libQtScript \ 1.15 +libQtSvg libQtDBus libQtPlugins qt4-phonon" 1.16 +BUILD_DEPENDS="libsndfile-dev libogg-dev libid3tag-dev libmad-dev \ 1.17 +libvorbis-dev taglib-dev libshout-dev portaudio-dev qt4-phonon \ 1.18 +Qt4-dev alsa-lib-dev jack-audio-connection-kit-dev mesa-dev scons \ 1.19 +pkg-config" 1.20 + 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 - scons qtdir=/usr/lib/qt prefix=/usr install_root=$PWD/_pkg/usr 1.26 - scons qtdir=/usr/lib/qt prefix=/usr install_root=$PWD/_pkg/usr install 1.27 + scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr 1.28 + scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.