summaryrefslogtreecommitdiff
path: root/community/haveged/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haveged/PKGBUILD')
-rw-r--r--community/haveged/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD
index 1e046e5d1..a0ebc3229 100644
--- a/community/haveged/PKGBUILD
+++ b/community/haveged/PKGBUILD
@@ -1,29 +1,30 @@
-# $Id: PKGBUILD 86237 2013-03-13 19:59:28Z bpiotrowski $
+# $Id: PKGBUILD 86268 2013-03-14 14:36:13Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: kfgz <kfgz at interia dot pl>
# Contributor: pootzko <pootzko at gmail dot com>
pkgname=haveged
-pkgver=1.7a
+pkgver=1.7.a
+_pkgver=${pkgver/.a/a}
pkgrel=1
pkgdesc='Entropy harvesting daemon using CPU timings'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.issihosts.com/haveged'
license=('GPL')
depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.gz
+source=($url/$pkgname-$_pkgver.tar.gz
service)
sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
'85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$_pkgver
./configure --prefix=/usr
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$_pkgver
make DESTDIR=$pkgdir install
rm -rf $pkgdir/etc/init.d