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

Up: pure-ftpd to 1.0.31. This fixed STARTTLS flaw similar to Postfix's CVE-2011-0411.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 20 02:01:02 2011 +0000 (2011-04-20)
parents 187483fb9c67
children 086841d75237
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 DEPENDS="qt-x11-opensource-src libqwt5-qt4"
9 WEB_SITE="http://qwt.sourceforge.net"
10 WANTED="libqwt5-qt4"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/include
16 cp -a $_pkg/usr/local/qwt-$VERSION/include/*.h \
17 $fs/usr/include
18 }