summaryrefslogtreecommitdiff
path: root/social/haveged/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
commit0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch)
treed6f6cf5d6939e1f030a48d3711d3606570afd08f /social/haveged/PKGBUILD
parented9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff)
move some packages from [social] to [pcr] and remove unused [social]
Diffstat (limited to 'social/haveged/PKGBUILD')
-rw-r--r--social/haveged/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/social/haveged/PKGBUILD b/social/haveged/PKGBUILD
deleted file mode 100644
index 257e1f39f..000000000
--- a/social/haveged/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer (Arch): kfgz <kfgz at interia dot pl>
-# Contributor (Arch): pootzko <pootzko at gmail dot com>
-
-pkgname=haveged
-pkgver=1.1
-pkgrel=1
-pkgdesc="A simple entropy daemon."
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.issihosts.com/haveged"
-license="GPL"
-source=(${url}/${pkgname}-${pkgver}.tar.gz
- haveged)
-md5sums=('f7752f0355a0e89d8f196658db5f6884'
- '264b725be5271288b40f363d7cfc6b68')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- rm -rf ${pkgdir}/etc/init.d
- cd ${srcdir}
- install -D -m755 haveged ${pkgdir}/etc/rc.d/haveged
-}