[arch-commits] Commit in smartmontools/repos (3 files)

Christian Hesse eworm at archlinux.org
Tue Jan 1 20:56:07 UTC 2019


    Date: Tuesday, January 1, 2019 @ 20:56:07
  Author: eworm
Revision: 342871

archrelease: copy trunk to testing-x86_64

Added:
  smartmontools/repos/testing-x86_64/
  smartmontools/repos/testing-x86_64/PKGBUILD
    (from rev 342870, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/testing-x86_64/smartd.conf
    (from rev 342870, smartmontools/trunk/smartd.conf)

-------------+
 PKGBUILD    |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 smartd.conf |    1 +
 2 files changed, 50 insertions(+)

Copied: smartmontools/repos/testing-x86_64/PKGBUILD (from rev 342870, smartmontools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-01-01 20:56:07 UTC (rev 342871)
@@ -0,0 +1,49 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Jani Talikka <jani.talikka at gmail.com>
+# Contributor: Ralf Barth <archlinux.org at haggy.org>
+
+pkgname=smartmontools
+pkgver=7.0
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net"
+license=('GPL')
+arch=('x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+        'etc/conf.d/smartd')
+validpgpkeys=('887B8C6321104CA84A8EF91B18ECDA46CBF6BAC6') # Smartmontools Signing Key (through 2018) <smartmontools-support at listi.jpberlin.de>
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+        'smartd.conf')
+sha256sums=('e5e1ac2786bc87fdbd6f92d0ee751b799fbb3e1a09c0a6a379f9eb64b3e8f61c'
+            'SKIP'
+            'c2c0f2f6b4a3f3d76da1c7706139297aef6e3f2a705eb7fdd800544812427c74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin \
+              --sysconfdir=/etc \
+              --with-drivedbdir \
+              --with-libcap-ng=yes \
+              --with-systemdsystemunitdir=/usr/lib/systemd/system \
+              --with-smartdscriptdir=/usr/share/smartmontools \
+              --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Copied: smartmontools/repos/testing-x86_64/smartd.conf (from rev 342870, smartmontools/trunk/smartd.conf)
===================================================================
--- testing-x86_64/smartd.conf	                        (rev 0)
+++ testing-x86_64/smartd.conf	2019-01-01 20:56:07 UTC (rev 342871)
@@ -0,0 +1 @@
+SMARTD_ARGS=""



More information about the arch-commits mailing list