diff --git a/common/shlibs b/common/shlibs index 80b4b94f925..176e5ddba05 100644 --- a/common/shlibs +++ b/common/shlibs @@ -998,6 +998,7 @@ libalut.so.0 freealut-1.1.0_1 liblilv-0.so.0 liblilv-0.14.4_1 libsuil-0.so.0 suil-0.6.4_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 libkdecorations2private.so.6 kdecoration-5.13.3_1 libGlacier2.so.35 libIce-3.5.0_1 diff --git a/srcpkgs/jitterentropy-devel b/srcpkgs/jitterentropy-devel new file mode 120000 index 00000000000..2a342352bfe --- /dev/null +++ b/srcpkgs/jitterentropy-devel @@ -0,0 +1 @@ +jitterentropy \ No newline at end of file diff --git a/srcpkgs/jitterentropy/template b/srcpkgs/jitterentropy/template new file mode 100644 index 00000000000..eced2d457b4 --- /dev/null +++ b/srcpkgs/jitterentropy/template @@ -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 " +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 + } +}