mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
smartmontools: update to 6.4.
This commit is contained in:
parent
09b764ea49
commit
f8d65e3b34
1 changed files with 4 additions and 6 deletions
|
@ -1,20 +1,18 @@
|
||||||
# Template file for 'smartmontools'
|
# Template file for 'smartmontools'
|
||||||
pkgname=smartmontools
|
pkgname=smartmontools
|
||||||
version=6.3
|
version=6.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --enable-drivedb --with-libcap-ng=yes
|
configure_args="--enable-drivedb --with-libcap-ng=yes --with-drivedbdir=/var/db/${pkgname}"
|
||||||
--with-drivedbdir=/var/db/${pkgname}"
|
|
||||||
makedepends="libcap-ng-devel"
|
makedepends="libcap-ng-devel"
|
||||||
conf_files="/etc/smartd.conf"
|
conf_files="/etc/smartd.conf"
|
||||||
mutable_files="/var/db/smartmontools/drivedb.h"
|
mutable_files="/var/db/smartmontools/drivedb.h"
|
||||||
replaces="runit-void<20141013_2"
|
|
||||||
short_desc="S.M.A.R.T Monitoring Tools"
|
short_desc="S.M.A.R.T Monitoring Tools"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=a777065d1a5965d71b3672e054b09b7696200ec73aaf45ab636f34016538fe19
|
checksum=eab75600c1eda9c34b13097db71138ab376f3dad8a6a4667fb4d1d081feb7a85
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv smartd
|
vsv smartd
|
||||||
|
|
Loading…
Add table
Reference in a new issue