wok annotate libjpeg-turbo-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 | |
| children | 64d013f1415a |
| rev | line source |
|---|---|
| pascal@19097 | 1 # SliTaz package receipt. |
| pascal@19097 | 2 |
| pascal@19097 | 3 PACKAGE="libjpeg-turbo-dev" |
| pascal@19097 | 4 VERSION="1.4.2" |
| pascal@19097 | 5 CATEGORY="x-window" |
| pascal@19097 | 6 SHORT_DESC="JPEG image libs." |
| pascal@19097 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
| pascal@19097 | 8 LICENSE="MIT" |
| pascal@19097 | 9 WEB_SITE="http://libjpeg-turbo.virtualgl.org/" |
| pascal@19097 | 10 WANTED="jpeg-turbo" |
| pascal@19097 | 11 TAGS="jpeg jpg" |
| pascal@19097 | 12 |
| pascal@19097 | 13 DEPENDS="libjpeg-turbo" |
| pascal@19097 | 14 |
| pascal@19097 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pascal@19097 | 16 genpkg_rules() |
| pascal@19097 | 17 { |
| pascal@19097 | 18 mkdir -p $fs/usr/lib |
| pascal@19097 | 19 cp -a $install/usr/lib/*a $fs/usr/lib |
| pascal@19097 | 20 cp -a $install/usr/include $fs/usr |
| pascal@19097 | 21 } |