wok-current annotate libqwt5-qt4-dev/receipt @ rev 16602
Remove python-piface* (work only with python3) but add libmcp23s17 + libpifacedigital C library and utility
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 07 17:38:57 2014 +0200 (2014-05-07) |
parents | 086841d75237 |
children | fba91717815c |
rev | line source |
---|---|
slitaz@3277 | 1 # SliTaz package receipt. |
slitaz@3277 | 2 |
slitaz@3277 | 3 PACKAGE="libqwt5-qt4-dev" |
slitaz@3277 | 4 VERSION="5.2.0" |
slitaz@3277 | 5 CATEGORY="development" |
slitaz@3277 | 6 SHORT_DESC="Lib Qt Widgets for Technical applications" |
slitaz@3277 | 7 MAINTAINER="slitaz@objectif-securite.ch" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
slitaz@3277 | 9 DEPENDS="qt-x11-opensource-src libqwt5-qt4" |
slitaz@3277 | 10 WEB_SITE="http://qwt.sourceforge.net" |
slitaz@3277 | 11 WANTED="libqwt5-qt4" |
slitaz@3277 | 12 |
slitaz@3277 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
slitaz@3277 | 14 genpkg_rules() |
slitaz@3277 | 15 { |
slitaz@3277 | 16 mkdir -p $fs/usr/include |
pascal@14716 | 17 cp -a $install/usr/local/qwt-$VERSION/include/*.h \ |
pankso@3492 | 18 $fs/usr/include |
slitaz@3277 | 19 } |