20 lines
554 B
Bash
20 lines
554 B
Bash
# Template file for 'smartmontools'
|
|
pkgname=smartmontools
|
|
version=6.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--sysconfdir=/etc/smartd --with-libcap-ng=yes"
|
|
makedepends="libcap-ng-devel"
|
|
conf_files="/etc/smartd/*"
|
|
short_desc="S.M.A.R.T Monitoring Tools"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://smartmontools.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054
|
|
|
|
|
|
post_install() {
|
|
vsv smartd
|
|
}
|