mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
New package: jitterentropy-rngd-1.2.8
This commit is contained in:
parent
368c6a7c5a
commit
29ec8db43a
2 changed files with 30 additions and 0 deletions
29
srcpkgs/jitterentropy-rngd/template
Normal file
29
srcpkgs/jitterentropy-rngd/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'jitterentropy-rngd'
|
||||
pkgname=jitterentropy-rngd
|
||||
version=1.2.8
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
short_desc="Jitter RNG Daemon"
|
||||
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
||||
license="BSD-3-Clause, GPL-2.0-only"
|
||||
homepage="https://www.chronox.de/jent.html"
|
||||
distfiles="https://www.chronox.de/jent/${pkgname}-${version}.tar.xz"
|
||||
checksum=c4480c67d888fd9c6c9c3bcf06c785578ad81984ec978da3c33d16aa019664fb
|
||||
|
||||
CFLAGS="-O0"
|
||||
|
||||
pre_configure() {
|
||||
# fix sbin and disable systemd service installation
|
||||
sed \
|
||||
-i \
|
||||
-e 's/sbin/bin/g' \
|
||||
-e '/jitterentropy\.service\ /d' \
|
||||
Makefile
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vlicense COPYING.bsd
|
||||
vlicense COPYING.gplv2
|
||||
}
|
1
srcpkgs/jitterentropy-rngd/update
Normal file
1
srcpkgs/jitterentropy-rngd/update
Normal file
|
@ -0,0 +1 @@
|
|||
ignore="2014*"
|
Loading…
Add table
Reference in a new issue