smartmontools: update to 6.2.

This commit is contained in:
Juan RP 2013-08-11 20:27:08 +02:00
parent ccffe8ca16
commit 1c6d13e383

View file

@ -1,17 +1,18 @@
# Template file for 'smartmontools'
pkgname=smartmontools
version=6.0
version=6.2
revision=1
build_style=gnu-configure
configure_args="--enable-drivedb --with-libcap-ng=yes
--with-systemdsystemunitdir=/usr/lib/systemd/system
--with-drivedbdir=/var/db/${pkgname}"
makedepends="libcap-ng-devel"
short_desc="S.M.A.R.T Monitoring Tools"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://smartmontools.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=9fe4ff2b7bcd00fde19db82bba168f5462ed6e857d3ef439495e304e3231d3a6
checksum=486f660579bb0fb4f6b927ded7531cb1f99685c666397377761c5b04dd96065b
long_desc="
The smartmontools package contains two utility programs (smartctl and smartd)
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
disk degradation and failure."
makedepends="libcap-ng-devel"
smartmontools_package() {
conf_files="/etc/smartd.conf"
mutable_files="/var/db/smartmontools/drivedb.h"
systemd_services="smartd.service on"
pkg_install() {
vmove etc
vmove usr
vmove var
vmove all
}
}