wok view libqwt5-qt4-dev/receipt @ rev 3317

add pv | pipe viewer for unix
author Allan Pinto <allan316@gmail.com>
date Mon Jun 08 11:02:28 2009 +0000 (2009-06-08)
parents
children 187483fb9c67
line source
1 # SliTaz package receipt.
3 PACKAGE="libqwt5-qt4-dev"
4 VERSION="5.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Lib Qt Widgets for Technical applications"
7 MAINTAINER="slitaz@objectif-securite.ch"
8 DEPENDS="qt-x11-opensource-src libqwt5-qt4"
9 TARBALL="qwt-$VERSION.tar.bz2"
10 WEB_SITE="http://qwt.sourceforge.net"
11 WANTED="libqwt5-qt4"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/include
17 cp -a $PWD/_pkg/usr/local/qwt-$VERSION/include/*.h $fs/usr/include
18 }
20 # clean commands for Tazwok.
21 clean_wok()
22 {
23 rm -rf $WOK/$PACKAGE/_pkg
24 }