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

Add: ophcrack, libqwt5-qt4, libqwt5-qt4-dev
author Cedric Tissieres <slitaz@objectif-securite.ch>
date Tue Jun 02 09:43:25 2009 +0200 (2009-06-02)
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 }