mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
Merge pull request #1723 from thypon/havegedbin
haveged: move to usr/bin.
This commit is contained in:
commit
19020ed9d7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'haveged'
|
# Template file for 'haveged'
|
||||||
pkgname=haveged
|
pkgname=haveged
|
||||||
version=1.9.1
|
version=1.9.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Entropy harvesting daemon using CPU timings"
|
short_desc="Entropy harvesting daemon using CPU timings"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -10,6 +10,7 @@ homepage="http://www.issihosts.com/haveged"
|
||||||
#distfiles="$homepage/$pkgname-$version.tar.gz"
|
#distfiles="$homepage/$pkgname-$version.tar.gz"
|
||||||
distfiles="https://pkgs.fedoraproject.org/repo/pkgs/haveged/haveged-${version}.tar.gz/015ff58cd10607db0e0de60aeca2f5f8/haveged-${version}.tar.gz"
|
distfiles="https://pkgs.fedoraproject.org/repo/pkgs/haveged/haveged-${version}.tar.gz/015ff58cd10607db0e0de60aeca2f5f8/haveged-${version}.tar.gz"
|
||||||
checksum=9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715
|
checksum=9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715
|
||||||
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv $pkgname
|
vsv $pkgname
|
||||||
|
|
Loading…
Add table
Reference in a new issue