wok-6.x diff libqwt5-qt4/receipt @ rev 12711
cross-arm-glibc: improve receipt, dont have add-ons and --disable-sanity-checks for now
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 04 16:09:03 2012 +0200 (2012-05-04) |
parents | ca57e8529d1c |
children | 086841d75237 |
line diff
1.1 --- a/libqwt5-qt4/receipt Mon Feb 21 19:48:39 2011 +0100 1.2 +++ b/libqwt5-qt4/receipt Fri May 04 16:09:03 2012 +0200 1.3 @@ -5,9 +5,8 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Lib Qt Widgets for Technical applications" 1.6 MAINTAINER="slitaz@objectif-securite.ch" 1.7 -DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base \ 1.8 -qmake" 1.9 -BUILD_DEPENDS="$DEPENDS qt4" 1.10 +DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base" 1.11 +BUILD_DEPENDS="$DEPENDS qt4 qmake Qt4-dev" 1.12 SOURCE="qwt" 1.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://qwt.sourceforge.net" 1.15 @@ -18,8 +17,8 @@ 1.16 { 1.17 cd $src 1.18 qmake 1.19 - make && 1.20 - make INSTALL_ROOT=$PWD/_pkg install 1.21 + make -j1 && 1.22 + make INSTALL_ROOT=$DESTDIR install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.