wok annotate libqwt5-qt4-dev/receipt @ rev 23456

updated pure-ftpd and pure-ftpd-pam (1.0.48 -> 1.0.49)
author Hans-G?nter Theisgen
date Fri Apr 03 13:56:35 2020 +0100 (2020-04-03)
parents 76b72f1ad63c
children
rev   line source
slitaz@3277 1 # SliTaz package receipt.
slitaz@3277 2
slitaz@3277 3 PACKAGE="libqwt5-qt4-dev"
Hans-G?nter@23097 4 VERSION="5.2.3"
slitaz@3277 5 CATEGORY="development"
Hans-G?nter@23097 6 SHORT_DESC="Lib Qt Widgets for Technical applications - development files."
slitaz@3277 7 MAINTAINER="slitaz@objectif-securite.ch"
pascal@14996 8 LICENSE="LGPL2.1"
Hans-G?nter@23097 9 WEB_SITE="https://qwt.sourceforge.io"
Hans-G?nter@23097 10
Hans-G?nter@23097 11 DEPENDS="libqwt5-qt4 qt-x11-opensource-src"
slitaz@3277 12 WANTED="libqwt5-qt4"
slitaz@3277 13
slitaz@3277 14 # Rules to gen a SliTaz package suitable for Tazpkg.
slitaz@3277 15 genpkg_rules()
slitaz@3277 16 {
slitaz@3277 17 mkdir -p $fs/usr/include
pascal@14716 18 cp -a $install/usr/local/qwt-$VERSION/include/*.h \
pankso@3492 19 $fs/usr/include
slitaz@3277 20 }