wok annotate libunixODBC/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 | 76b72f1ad63c |
| children | dec59b33f2da |
| rev | line source |
|---|---|
| pascal@1186 | 1 # SliTaz package receipt. |
| pascal@1186 | 2 |
| pascal@1186 | 3 PACKAGE="libunixODBC" |
| slaxemulator@6600 | 4 VERSION="2.3.0" |
| pascal@1186 | 5 CATEGORY="system-tools" |
| pascal@1186 | 6 SHORT_DESC="ODBC for unix libraries." |
| pascal@1186 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
| pascal@14996 | 8 LICENSE="LGPL2.1" |
| pascal@1186 | 9 WEB_SITE="http://www.unixodbc.org/" |
| pascal@1186 | 10 WANTED="unixODBC" |
| pankso@16079 | 11 HOST_ARCH="i486 arm" |
| pascal@1186 | 12 |
| pascal@1186 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pascal@1186 | 14 genpkg_rules() |
| pascal@1186 | 15 { |
| pascal@1186 | 16 mkdir -p $fs/usr/lib |
| pascal@14996 | 17 cp -a $install/usr/lib/*.so* $fs/usr/lib |
| pascal@1186 | 18 } |
| pascal@1186 | 19 |