wok-next annotate nagios-plugins-mysql/receipt @ rev 8337
nagios-plugins-mysql: fix typo.
| author | Christopher Rogers <slaxemulator@gmail.com> |
|---|---|
| date | Tue Feb 01 20:37:44 2011 +0000 (2011-02-01) |
| parents | 3d1797940d27 |
| children | 27a807eb3ffe |
| rev | line source |
|---|---|
| erjo@8333 | 1 # SliTaz package receipt. |
| erjo@8333 | 2 |
| erjo@8333 | 3 PACKAGE="nagios-plugins-mysql" |
| erjo@8333 | 4 VERSION="1.4.15" |
| erjo@8333 | 5 CATEGORY="meta" |
| erjo@8333 | 6 SHORT_DESC="Dependencies for Nagios MySQL plugin." |
| erjo@8333 | 7 MAINTAINER="erjo@slitaz.org" |
| erjo@8333 | 8 DEPENDS="nagios-plugins mysqlclient" |
| erjo@8333 | 9 WEB_SITE="http://www.nagios.org/" |
| erjo@8333 | 10 |
| erjo@8333 | 11 |
| erjo@8333 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
| erjo@8333 | 13 genpkg_rules() |
| erjo@8333 | 14 { |
| slaxemulator@8337 | 15 mkdir -p $fs/usr/lib/nagios/plugins |
| erjo@8333 | 16 |
| erjo@8333 | 17 cp -pa $_pkg/usr/lib/nagios/plugins/*mysql* $fs/usr/libnagios/plugins |
| erjo@8333 | 18 } |
| erjo@8333 | 19 |