wok annotate libboost-thread/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 | 53223f0259b4 |
| children | 86790a278e70 |
| rev | line source |
|---|---|
| pascal@1136 | 1 # SliTaz package receipt. |
| pascal@1136 | 2 |
| pascal@1136 | 3 PACKAGE="libboost-thread" |
| pascal@1136 | 4 LIB_NAME="thread" |
| pascal@13129 | 5 VERSION="1.50.0" |
| pascal@1136 | 6 |
| pascal@1136 | 7 CATEGORY="development" |
| pascal@1136 | 8 SHORT_DESC="Part of the Boost C++ Libraries collection." |
| pascal@1136 | 9 MAINTAINER="chadi.elahmad@gmail.com" |
| pascal@15472 | 10 LICENSE="MIT" |
| pascal@1136 | 11 WEB_SITE="http://www.boost.org/" |
| pascal@1136 | 12 |
| pascal@1136 | 13 WANTED="libboost-dev" |
| pascal@1136 | 14 SOURCE="boost" |
| pascal@1136 | 15 |
| pascal@1136 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pascal@1136 | 17 genpkg_rules() |
| pascal@1136 | 18 { |
| pascal@1136 | 19 mkdir -p $fs/usr/lib |
| pascal@15472 | 20 cp -a $install/usr/lib/*$LIB_NAME*.so* $fs/usr/lib |
| pascal@1136 | 21 } |