diff options
author | root <root@rshg054.dnsready.net> | 2013-03-15 00:04:20 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-15 00:04:20 -0700 |
commit | eebfa6ebe1522831767019e496b0c094b2e15a5c (patch) | |
tree | 935fa3d9bddae6c8181a7025516e24875e35f9d2 /community/haveged | |
parent | 3ff20dedff636571ad0faa4736af5b23e4623ffe (diff) |
Fri Mar 15 00:04:19 PDT 2013
Diffstat (limited to 'community/haveged')
-rw-r--r-- | community/haveged/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD index 730e487fc..38bcf4d00 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') 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 |