mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: jitterentropy-2.2.0
This commit is contained in:
parent
85e2e69d43
commit
2098bb5e57
3 changed files with 24 additions and 0 deletions
|
@ -998,6 +998,7 @@ libalut.so.0 freealut-1.1.0_1
|
||||||
liblilv-0.so.0 liblilv-0.14.4_1
|
liblilv-0.so.0 liblilv-0.14.4_1
|
||||||
libsuil-0.so.0 suil-0.6.4_1
|
libsuil-0.so.0 suil-0.6.4_1
|
||||||
libmcpp.so.0 libmcpp-2.7.2_1
|
libmcpp.so.0 libmcpp-2.7.2_1
|
||||||
|
libjitterentropy.so.2 jitterentropy-2.2.0_1
|
||||||
libkdecorations2.so.5 kdecoration-5.8.4_1
|
libkdecorations2.so.5 kdecoration-5.8.4_1
|
||||||
libkdecorations2private.so.6 kdecoration-5.13.3_1
|
libkdecorations2private.so.6 kdecoration-5.13.3_1
|
||||||
libGlacier2.so.35 libIce-3.5.0_1
|
libGlacier2.so.35 libIce-3.5.0_1
|
||||||
|
|
1
srcpkgs/jitterentropy-devel
Symbolic link
1
srcpkgs/jitterentropy-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
jitterentropy
|
22
srcpkgs/jitterentropy/template
Normal file
22
srcpkgs/jitterentropy/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'jitterentropy'
|
||||||
|
pkgname=jitterentropy
|
||||||
|
version=2.2.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-library-${version}"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Hardware RNG based on CPU timing jitter"
|
||||||
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://www.chronox.de/jent.html"
|
||||||
|
distfiles="https://github.com/smuellerDD/jitterentropy-library/archive/v${version}.tar.gz"
|
||||||
|
checksum=42d4bd1050b5f0d7b45b5453e5b6cfc45c0492bb428791f571d8f69b066351a4
|
||||||
|
|
||||||
|
jitterentropy-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/share/man/man3
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue