wok-6.x rev 8867
Review libqwt5-qt4
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 26 05:46:04 2011 +0100 (2011-02-26) |
parents | 70278f413019 |
children | f2a1563a472d |
files | libqwt5-qt4-dev/receipt libqwt5-qt4/receipt |
line diff
1.1 --- a/libqwt5-qt4-dev/receipt Sat Feb 26 05:23:39 2011 +0100 1.2 +++ b/libqwt5-qt4-dev/receipt Sat Feb 26 05:46:04 2011 +0100 1.3 @@ -13,6 +13,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/include 1.7 - cp -a $WOK/$WANTED/qwt-$VERSION/_pkg/usr/local/qwt-$VERSION/include/*.h \ 1.8 + cp -a $_pkg/usr/local/qwt-$VERSION/include/*.h \ 1.9 $fs/usr/include 1.10 }
2.1 --- a/libqwt5-qt4/receipt Sat Feb 26 05:23:39 2011 +0100 2.2 +++ b/libqwt5-qt4/receipt Sat Feb 26 05:46:04 2011 +0100 2.3 @@ -5,9 +5,8 @@ 2.4 CATEGORY="graphics" 2.5 SHORT_DESC="Lib Qt Widgets for Technical applications" 2.6 MAINTAINER="slitaz@objectif-securite.ch" 2.7 -DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base \ 2.8 -qmake" 2.9 -BUILD_DEPENDS="$DEPENDS qt4" 2.10 +DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base" 2.11 +BUILD_DEPENDS="$DEPENDS qt4 qmake Qt4-dev" 2.12 SOURCE="qwt" 2.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.14 WEB_SITE="http://qwt.sourceforge.net" 2.15 @@ -18,8 +17,8 @@ 2.16 { 2.17 cd $src 2.18 qmake 2.19 - make && 2.20 - make INSTALL_ROOT=$PWD/_pkg install 2.21 + make -j1 && 2.22 + make INSTALL_ROOT=$DESTDIR install 2.23 } 2.24 2.25 # Rules to gen a SliTaz package suitable for Tazpkg.