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

bluez-alsa, squidclamav, weston: tiny fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 15:44:40 2020 +0000 (2020-06-25)
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 }