summaryrefslogtreecommitdiffstats
path: root/testing/smartmontools/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/smartmontools/APKBUILD')
-rw-r--r--testing/smartmontools/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/smartmontools/APKBUILD b/testing/smartmontools/APKBUILD
deleted file mode 100644
index 8ba05087..00000000
--- a/testing/smartmontools/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=smartmontools
-pkgver=5.38
-pkgrel=0
-pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives."
-url="http://smartmontools.sourceforge.net"
-license="GPL"
-depends=
-makedepends=
-subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
- smartd.initd
- smartd.confd
- "
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
- make || return 1
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir"/ install
- rm -r "$pkgdir"/etc/rc.d
- install -Dm755 ../smartd.initd "$pkgdir"/etc/init.d/smartd
- install -Dm644 ../smartd.confd "$pkgdir"/etc/conf.d/smartd
-}
-md5sums="a282846532ecbd6b4a28072373b3a70b smartmontools-5.38.tar.gz
-64e6fc908146b885aa3f88796edf72f3 smartd.initd
-371cdb7cc9dc924b6d12224d66b193c6 smartd.confd"