wok-next annotate libqwt5-qt4-dev/receipt @ rev 11661
syslinux: help.en (tiny edits)
| author | Paul Issott <paul@slitaz.org> |
|---|---|
| date | Sun Feb 12 21:27:40 2012 +0000 (2012-02-12) |
| parents | 187483fb9c67 |
| children | 086841d75237 |
| 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" |
| slitaz@3277 | 8 DEPENDS="qt-x11-opensource-src libqwt5-qt4" |
| slitaz@3277 | 9 WEB_SITE="http://qwt.sourceforge.net" |
| slitaz@3277 | 10 WANTED="libqwt5-qt4" |
| slitaz@3277 | 11 |
| slitaz@3277 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
| slitaz@3277 | 13 genpkg_rules() |
| slitaz@3277 | 14 { |
| slitaz@3277 | 15 mkdir -p $fs/usr/include |
| gokhlayeh@8867 | 16 cp -a $_pkg/usr/local/qwt-$VERSION/include/*.h \ |
| pankso@3492 | 17 $fs/usr/include |
| slitaz@3277 | 18 } |