smartmontools: update to 6.2.
This commit is contained in:
parent
ccffe8ca16
commit
1c6d13e383
1 changed files with 4 additions and 7 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'smartmontools'
|
# Template file for 'smartmontools'
|
||||||
pkgname=smartmontools
|
pkgname=smartmontools
|
||||||
version=6.0
|
version=6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-drivedb --with-libcap-ng=yes
|
configure_args="--enable-drivedb --with-libcap-ng=yes
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
--with-drivedbdir=/var/db/${pkgname}"
|
--with-drivedbdir=/var/db/${pkgname}"
|
||||||
|
makedepends="libcap-ng-devel"
|
||||||
short_desc="S.M.A.R.T Monitoring Tools"
|
short_desc="S.M.A.R.T Monitoring Tools"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://smartmontools.sourceforge.net"
|
homepage="http://smartmontools.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9fe4ff2b7bcd00fde19db82bba168f5462ed6e857d3ef439495e304e3231d3a6
|
checksum=486f660579bb0fb4f6b927ded7531cb1f99685c666397377761c5b04dd96065b
|
||||||
long_desc="
|
long_desc="
|
||||||
The smartmontools package contains two utility programs (smartctl and smartd)
|
The smartmontools package contains two utility programs (smartctl and smartd)
|
||||||
to control and monitor storage systems using the Self-Monitoring, Analysis
|
to control and monitor storage systems using the Self-Monitoring, Analysis
|
||||||
|
@ -19,15 +20,11 @@ long_desc="
|
||||||
harddisks. In many cases, these utilities will provide advanced warning of
|
harddisks. In many cases, these utilities will provide advanced warning of
|
||||||
disk degradation and failure."
|
disk degradation and failure."
|
||||||
|
|
||||||
makedepends="libcap-ng-devel"
|
|
||||||
|
|
||||||
smartmontools_package() {
|
smartmontools_package() {
|
||||||
conf_files="/etc/smartd.conf"
|
conf_files="/etc/smartd.conf"
|
||||||
mutable_files="/var/db/smartmontools/drivedb.h"
|
mutable_files="/var/db/smartmontools/drivedb.h"
|
||||||
systemd_services="smartd.service on"
|
systemd_services="smartd.service on"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
vmove var
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue