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

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents 086841d75237
children fba91717815c
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 LICENSE="LGPL2.1"
9 DEPENDS="qt-x11-opensource-src libqwt5-qt4"
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 $install/usr/local/qwt-$VERSION/include/*.h \
18 $fs/usr/include
19 }