New package: jitterentropy-rngd-1.2.8

This commit is contained in:
Andy Weidenbaum 2022-03-29 14:30:19 +11:00 committed by John Zimmermann
parent 368c6a7c5a
commit 29ec8db43a
2 changed files with 30 additions and 0 deletions

View 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
}

View file

@ -0,0 +1 @@
ignore="2014*"