wok annotate openmotif-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 | 73641efed1cc |
| children | ab43e47cceec |
| rev | line source |
|---|---|
| pascal@3987 | 1 # SliTaz package receipt. |
| pascal@3987 | 2 |
| pascal@3987 | 3 PACKAGE="openmotif-dev" |
| pascal@3987 | 4 VERSION="2.3.2" |
| pascal@3987 | 5 CATEGORY="non-free" |
| pascal@3987 | 6 SHORT_DESC="source code version of Motif under a public license, development files." |
| pascal@3987 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
| pascal@15600 | 8 LICENSE="other" |
| pascal@3987 | 9 WEB_SITE="http://www.motifzone.org/" |
| pascal@3987 | 10 WANTED="openmotif" |
| pascal@3987 | 11 |
| pascal@15600 | 12 DEPENDS="openmotif util-linux-uuid" |
| pascal@15600 | 13 |
| pascal@3987 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pascal@3987 | 15 genpkg_rules() |
| pascal@3987 | 16 { |
| pascal@3987 | 17 mkdir -p $fs/usr/lib $fs/usr/bin |
| pascal@15600 | 18 cp -a $install/usr/lib/*a $fs/usr/lib |
| pascal@15600 | 19 cp -a $install/usr/bin/uil $fs/usr/bin |
| pascal@15600 | 20 cp -a $install/usr/include $fs/usr |
| pascal@3987 | 21 } |