wok-current annotate libqwt6-qt4-dev/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | 377bff3381a0 |
children | b0069c845544 |
rev | line source |
---|---|
pankso@13014 | 1 # SliTaz package receipt. |
pankso@13014 | 2 |
pankso@13014 | 3 PACKAGE="libqwt6-qt4-dev" |
pankso@13014 | 4 VERSION="6.0.1" |
pankso@13014 | 5 CATEGORY="development" |
pankso@13014 | 6 SHORT_DESC="Lib Qt Widgets for Technical applications" |
pankso@13014 | 7 MAINTAINER="slitaz@objectif-securite.ch" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
pankso@13014 | 9 WEB_SITE="http://qwt.sourceforge.net" |
pankso@13014 | 10 WANTED="libqwt6-qt4" |
pankso@13014 | 11 |
pankso@13014 | 12 DEPENDS="qt-x11-opensource-src libqwt6-qt4" |
pankso@13014 | 13 |
pankso@13014 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@13014 | 15 genpkg_rules() |
pankso@13014 | 16 { |
pankso@13014 | 17 mkdir -p $fs/usr |
pankso@13014 | 18 cp -a $install/usr/include $fs/usr |
pankso@13014 | 19 } |