wok diff mixxx/receipt @ rev 13703
Add get-scilab
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 17 11:16:12 2012 +0100 (2012-12-17) |
parents | 74113d06d732 |
children | 6b09507225ec |
line diff
1.1 --- a/mixxx/receipt Fri May 27 01:55:13 2011 +0000 1.2 +++ b/mixxx/receipt Mon Dec 17 11:16:12 2012 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mixxx" 1.7 -VERSION="1.9.0" 1.8 +VERSION="1.10.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Digital DJ mixing software" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -21,14 +21,13 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr 1.17 - scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr install 1.18 + scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr | sed s/ERROR/error/ 1.19 + scons qtdir=/usr/lib/qt prefix=/usr install_root=$DESTDIR/usr install | sed s/ERROR/error/ 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr 1.26 - cp -a $_pkg/usr/* $fs/usr 1.27 + cp -a $install/usr $fs 1.28 } 1.29