wok-current view mixxx/receipt @ rev 13704
adding folder creations & perms
| author | xfred222 | 
|---|---|
| date | Mon Dec 17 08:42:01 2012 -0500 (2012-12-17) | 
| parents | 74113d06d732 | 
| children | 6b09507225ec | 
 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 }