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

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 187483fb9c67
children 086841d75237
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 WEB_SITE="http://qwt.sourceforge.net"
10 WANTED="libqwt5-qt4"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/include
16 cp -a $_pkg/usr/local/qwt-$VERSION/include/*.h \
17 $fs/usr/include
18 }