diff options
author | root <root@rshg054.dnsready.net> | 2013-02-04 00:06:56 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-04 00:06:56 -0800 |
commit | 3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (patch) | |
tree | 13cd29450035c478b8a064e0ff16f5a10e3fced6 /extra/smartmontools/PKGBUILD | |
parent | e363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff) |
Mon Feb 4 00:06:56 PST 2013
Diffstat (limited to 'extra/smartmontools/PKGBUILD')
-rw-r--r-- | extra/smartmontools/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
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 <giovanni@archlinux.org> # Contributor: Jeff Mickey <jeff@archlinux.org> # Contributor: Jani Talikka <jani.talikka@gmail.com> @@ -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" } |