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

updated pdf2djvu (0.9.12 -> 0.9.17)
author Hans-G?nter Theisgen
date Sun Mar 29 10:50:45 2020 +0100 (2020-03-29)
parents 76b72f1ad63c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libqwt5-qt4-dev"
4 VERSION="5.2.3"
5 CATEGORY="development"
6 SHORT_DESC="Lib Qt Widgets for Technical applications - development files."
7 MAINTAINER="slitaz@objectif-securite.ch"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://qwt.sourceforge.io"
11 DEPENDS="libqwt5-qt4 qt-x11-opensource-src"
12 WANTED="libqwt5-qt4"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/include
18 cp -a $install/usr/local/qwt-$VERSION/include/*.h \
19 $fs/usr/include
20 }