# HG changeset patch # User Antoine Bodin # Date 1298695564 -3600 # Node ID 02cc6d6760e456834f5d5aa5d5bbe3ea9e8372f1 # Parent 70278f413019ac51a16edb23fe0b4b5ee7cf54e1 Review libqwt5-qt4 diff -r 70278f413019 -r 02cc6d6760e4 libqwt5-qt4-dev/receipt --- a/libqwt5-qt4-dev/receipt Sat Feb 26 05:23:39 2011 +0100 +++ b/libqwt5-qt4-dev/receipt Sat Feb 26 05:46:04 2011 +0100 @@ -13,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/include - cp -a $WOK/$WANTED/qwt-$VERSION/_pkg/usr/local/qwt-$VERSION/include/*.h \ + cp -a $_pkg/usr/local/qwt-$VERSION/include/*.h \ $fs/usr/include } diff -r 70278f413019 -r 02cc6d6760e4 libqwt5-qt4/receipt --- a/libqwt5-qt4/receipt Sat Feb 26 05:23:39 2011 +0100 +++ b/libqwt5-qt4/receipt Sat Feb 26 05:46:04 2011 +0100 @@ -5,9 +5,8 @@ CATEGORY="graphics" SHORT_DESC="Lib Qt Widgets for Technical applications" MAINTAINER="slitaz@objectif-securite.ch" -DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base \ -qmake" -BUILD_DEPENDS="$DEPENDS qt4" +DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base" +BUILD_DEPENDS="$DEPENDS qt4 qmake Qt4-dev" SOURCE="qwt" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://qwt.sourceforge.net" @@ -18,8 +17,8 @@ { cd $src qmake - make && - make INSTALL_ROOT=$PWD/_pkg install + make -j1 && + make INSTALL_ROOT=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.