wok-current rev 23256
nmon: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 25 19:09:46 2020 +0100 (2020-03-25) |
parents | e1e99c585768 |
children | 9e2faa1f4ad1 |
files | nagios-plugins/receipt nmon/receipt |
line diff
1.1 --- a/nagios-plugins/receipt Wed Mar 25 17:29:13 2020 +0100 1.2 +++ b/nagios-plugins/receipt Wed Mar 25 19:09:46 2020 +0100 1.3 @@ -11,9 +11,9 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://www.nagios-plugins.org/download/$TARBALL" 1.6 1.7 -DEPENDS="fping libssl" 1.8 +DEPENDS="fping libssl procps" 1.9 BUILD_DEPENDS="libmysqlclient mysql-dev openldap-dev openssl-dev \ 1.10 - radiusclient-ng radiusclient-ng-dev" 1.11 + radiusclient-ng radiusclient-ng-dev procps" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()