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

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-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 }