summaryrefslogtreecommitdiff
path: root/community/hdapsd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/hdapsd
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/hdapsd')
-rw-r--r--community/hdapsd/PKGBUILD31
-rw-r--r--community/hdapsd/hdapsd.systemd12
2 files changed, 0 insertions, 43 deletions
diff --git a/community/hdapsd/PKGBUILD b/community/hdapsd/PKGBUILD
deleted file mode 100644
index 1fd252d76..000000000
--- a/community/hdapsd/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Emil Renner Berthing <esmil@mailme.dk>
-# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
-
-pkgname=hdapsd
-pkgver=20090401
-pkgrel=8
-pkgdesc='HDAPS userspace hard drive protection daemon'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/hdaps/'
-license=('GPL')
-depends=('glibc' 'bash')
-source=("http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz"
- 'hdapsd.systemd')
-md5sums=('897cee8b0192febd127470f3e9506aeb'
- 'f514cca78059477c4f33faf97d4aaa06')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
- make ${MAKEFLAGS}
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}/" install
-
- install -Dm0644 "${srcdir}/hdapsd.systemd" "${pkgdir}/usr/lib/systemd/system/hdapsd.service"
-}
diff --git a/community/hdapsd/hdapsd.systemd b/community/hdapsd/hdapsd.systemd
deleted file mode 100644
index 0f35250a7..000000000
--- a/community/hdapsd/hdapsd.systemd
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=HDAPS userspace hard drive protection daemon
-After=syslog.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/hdapsd.pid
-ExecStart=/usr/bin/hdapsd -bp
-ExecReload=/bin/kill -HUP ${MAINPID}
-
-[Install]
-WantedBy=multi-user.target