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

Up: fltk (1.3.0) and dillo (3.0.1)
author Alexander Medvedev <devl547@gmail.com>
date Mon Nov 07 21:01:36 2011 +0000 (2011-11-07)
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 }