wok-current annotate libqwt5-qt4-dev/receipt @ rev 3443
Kismet: up to 2009-05-RC2
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Sun Jun 14 12:22:17 2009 +0200 (2009-06-14) |
parents | |
children | 187483fb9c67 |
rev | line source |
---|---|
slitaz@3277 | 1 # SliTaz package receipt. |
slitaz@3277 | 2 |
slitaz@3277 | 3 PACKAGE="libqwt5-qt4-dev" |
slitaz@3277 | 4 VERSION="5.2.0" |
slitaz@3277 | 5 CATEGORY="development" |
slitaz@3277 | 6 SHORT_DESC="Lib Qt Widgets for Technical applications" |
slitaz@3277 | 7 MAINTAINER="slitaz@objectif-securite.ch" |
slitaz@3277 | 8 DEPENDS="qt-x11-opensource-src libqwt5-qt4" |
slitaz@3277 | 9 TARBALL="qwt-$VERSION.tar.bz2" |
slitaz@3277 | 10 WEB_SITE="http://qwt.sourceforge.net" |
slitaz@3277 | 11 WANTED="libqwt5-qt4" |
slitaz@3277 | 12 |
slitaz@3277 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
slitaz@3277 | 14 genpkg_rules() |
slitaz@3277 | 15 { |
slitaz@3277 | 16 mkdir -p $fs/usr/include |
slitaz@3277 | 17 cp -a $PWD/_pkg/usr/local/qwt-$VERSION/include/*.h $fs/usr/include |
slitaz@3277 | 18 } |
slitaz@3277 | 19 |
slitaz@3277 | 20 # clean commands for Tazwok. |
slitaz@3277 | 21 clean_wok() |
slitaz@3277 | 22 { |
slitaz@3277 | 23 rm -rf $WOK/$PACKAGE/_pkg |
slitaz@3277 | 24 } |