wok annotate elfutils-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 | 380ffe05937a |
| children | 15da8bede304 |
| rev | line source |
|---|---|
| pascal@5942 | 1 # SliTaz package receipt. |
| pascal@5942 | 2 |
| pascal@5942 | 3 PACKAGE="elfutils-dev" |
| devl547@17581 | 4 VERSION="0.161" |
| pascal@5942 | 5 CATEGORY="development" |
| pascal@5942 | 6 SHORT_DESC="ELF object file access library, development files." |
| pascal@5942 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
| pascal@15000 | 8 LICENSE="GPL2" |
| gokhlayeh@8177 | 9 WEB_SITE="https://fedorahosted.org/elfutils/" |
| pascal@5942 | 10 WANTED="elfutils" |
| pankso@12831 | 11 HOST_ARCH="i486 arm" |
| pascal@5942 | 12 |
| pascal@15000 | 13 DEPENDS="elfutils" |
| pascal@15000 | 14 |
| pascal@5942 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pascal@5942 | 16 genpkg_rules() |
| pascal@5942 | 17 { |
| pascal@5942 | 18 mkdir -p $fs/usr/lib |
| pankso@12831 | 19 cp -a $install/usr/lib/*a $fs/usr/lib |
| pankso@12831 | 20 cp -a $install/usr/include $fs/usr |
| pascal@5942 | 21 } |