wok view libqwt6-qt4-dev/receipt @ rev 13971

desktop-file-utils*: up (0.21)
author ernia <monghitri@aruba.it>
date Mon Feb 04 12:44:22 2013 +0000 (2013-02-04)
parents
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="libqwt6-qt4-dev"
4 VERSION="6.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Lib Qt Widgets for Technical applications"
7 MAINTAINER="slitaz@objectif-securite.ch"
8 WEB_SITE="http://qwt.sourceforge.net"
9 WANTED="libqwt6-qt4"
11 DEPENDS="qt-x11-opensource-src libqwt6-qt4"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/include $fs/usr
18 }