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

libQtOpenGL: fix description
author Yuri Pourre <yuripourre@gmail.com>
date Thu Dec 10 13:33:41 2015 -0200 (2015-12-10)
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 }