wok annotate gtk3-engine-unico-dev/receipt @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) |
parents | 68d68791ced5 |
children |
rev | line source |
---|---|
al@14225 | 1 # SliTaz package receipt. |
al@14225 | 2 |
al@14225 | 3 PACKAGE="gtk3-engine-unico-dev" |
al@14225 | 4 VERSION="1.0.2" |
al@14225 | 5 CATEGORY="development" |
al@14225 | 6 SHORT_DESC="Development files for Unico" |
al@14225 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
al@14225 | 9 WEB_SITE="https://launchpad.net/unico" |
al@14225 | 10 |
al@14225 | 11 WANTED="gtk3-engine-unico" |
al@14225 | 12 DEPENDS="gtk3-engine-unico" |
al@14225 | 13 |
al@14225 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14225 | 15 genpkg_rules() |
al@14225 | 16 { |
al@14225 | 17 cp -a $install/* $fs |
al@14225 | 18 find $fs -name '*.so' -delete |
al@14225 | 19 } |