wok diff libqwt5-qt4-dev/receipt @ rev 8705
graphviz: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 17 23:13:55 2011 +0100 (2011-02-17) |
parents | f45020015130 |
children | 02cc6d6760e4 |
line diff
1.1 --- a/libqwt5-qt4-dev/receipt Tue Jun 02 09:43:25 2009 +0200 1.2 +++ b/libqwt5-qt4-dev/receipt Thu Feb 17 23:13:55 2011 +0100 1.3 @@ -6,7 +6,6 @@ 1.4 SHORT_DESC="Lib Qt Widgets for Technical applications" 1.5 MAINTAINER="slitaz@objectif-securite.ch" 1.6 DEPENDS="qt-x11-opensource-src libqwt5-qt4" 1.7 -TARBALL="qwt-$VERSION.tar.bz2" 1.8 WEB_SITE="http://qwt.sourceforge.net" 1.9 WANTED="libqwt5-qt4" 1.10 1.11 @@ -14,11 +13,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/include 1.15 - cp -a $PWD/_pkg/usr/local/qwt-$VERSION/include/*.h $fs/usr/include 1.16 + cp -a $WOK/$WANTED/qwt-$VERSION/_pkg/usr/local/qwt-$VERSION/include/*.h \ 1.17 + $fs/usr/include 1.18 } 1.19 - 1.20 -# clean commands for Tazwok. 1.21 -clean_wok() 1.22 -{ 1.23 - rm -rf $WOK/$PACKAGE/_pkg 1.24 -}