From 3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Feb 2013 00:06:56 -0800 Subject: Mon Feb 4 00:06:56 PST 2013 --- extra/smartmontools/PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'extra/smartmontools') diff --git a/extra/smartmontools/PKGBUILD b/extra/smartmontools/PKGBUILD index 7c598e2cd..6af79cbcd 100644 --- a/extra/smartmontools/PKGBUILD +++ b/extra/smartmontools/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 169084 2012-10-17 19:11:48Z giovanni $ +# $Id: PKGBUILD 177000 2013-02-03 16:40:55Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Jeff Mickey # Contributor: Jani Talikka @@ -6,7 +6,7 @@ pkgname=smartmontools pkgver=6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives" url="http://smartmontools.sourceforge.net" license=('GPL') @@ -15,11 +15,9 @@ depends=('gcc-libs' 'libcap-ng' 'bash') backup=('etc/smartd.conf' 'etc/conf.d/smartd') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'smartd.conf' - 'smartd.rc') + 'smartd.conf') md5sums=('5646a07f5f4bee8e2e649de8c6b7ae87' - '28c1b80c41dac52d433961dcfb4f70e0' - 'fb30e07f87f2c1d99532e018291ad3e8') + '28c1b80c41dac52d433961dcfb4f70e0') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -41,6 +39,5 @@ package() { make DESTDIR="${pkgdir}" install rm -rf ${pkgdir}/etc/rc.d - install -Dm755 ${srcdir}/smartd.rc "${pkgdir}/etc/rc.d/smartd" install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd" } -- cgit v1.2.3-54-g00ecf