wok annotate libqscintilla-dev/receipt @ rev 18242
sane-backends/sane.cgi: resize to screen width in preview
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 29 17:07:24 2015 +0200 (2015-07-29) |
parents | |
children |
rev | line source |
---|---|
psychomaniak@17113 | 1 # SliTaz package receipt. |
psychomaniak@17113 | 2 |
psychomaniak@17113 | 3 PACKAGE="libqscintilla-dev" |
psychomaniak@17113 | 4 VERSION="2.8.3" |
psychomaniak@17113 | 5 CATEGORY="development" |
psychomaniak@17113 | 6 SHORT_DESC="Editor classes & widgets: qm, dev files." |
psychomaniak@17113 | 7 MAINTAINER="psychomaniak@xakep.ru" |
psychomaniak@17113 | 8 LICENSE="GPL2" |
psychomaniak@17113 | 9 WEB_SITE="http://www.riverbankcomputing.co.uk/software/qscintilla" |
psychomaniak@17113 | 10 |
psychomaniak@17113 | 11 DEPENDS="libqscintilla" |
psychomaniak@17113 | 12 WANTED="libqscintilla" |
psychomaniak@17113 | 13 |
psychomaniak@17113 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
psychomaniak@17113 | 15 genpkg_rules() |
psychomaniak@17113 | 16 { |
psychomaniak@17113 | 17 cp -a $install/* $fs |
psychomaniak@17113 | 18 rm -rf $fs/usr/lib |
psychomaniak@17113 | 19 } |