wok diff libqwt5-qt4/receipt @ rev 10855

linux: Add ts_* modules. linux-input-touchscreen had ts_* modules in it. Only adds 4kb to linux packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 14 11:41:17 2011 +0000 (2011-06-14)
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	Tue Jun 14 11:41:17 2011 +0000
     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.