2014-08-18 13:28:46 +00:00
|
|
|
LICENSE := BSD
|
2015-02-20 23:17:55 +00:00
|
|
|
VERSION := 1.2.0
|
2014-08-18 13:28:46 +00:00
|
|
|
DOWNLOADS := jitterentropy.archive
|
|
|
|
|
2015-02-20 23:17:55 +00:00
|
|
|
URL(jitterentropy) := http://www.chronox.de/jent/jitterentropy-$(VERSION).tar.xz
|
2018-05-07 14:45:50 +00:00
|
|
|
SHA(jitterentropy) := c2cadcc413b9f5f40b6cc0e092933a32585f7db8f28269af2bee794fde8034b2
|
2015-02-20 23:17:55 +00:00
|
|
|
SIG(jitterentropy) := ${URL(jitterentropy)}.asc
|
|
|
|
KEY(jitterentropy) := 5F0D446594D2BF6977A9828AF02C639D843B5F11
|
2014-08-18 13:28:46 +00:00
|
|
|
DIR(jitterentropy) := src/lib/jitterentropy
|
|
|
|
|
|
|
|
DIRS := include/jitterentropy
|
|
|
|
DIR_CONTENT(include/jitterentropy) := $(addprefix src/lib/jitterentropy/,\
|
|
|
|
jitterentropy.h)
|
|
|
|
|
2021-12-13 14:27:06 +00:00
|
|
|
PATCHES := src/lib/jitterentropy/jitterentropy_h.patch \
|
2022-05-23 13:57:40 +00:00
|
|
|
src/lib/jitterentropy/jitterentropy_delta_compare.patch \
|
|
|
|
src/lib/jitterentropy/jitterentropy_memcpy.patch
|
2014-08-18 13:28:46 +00:00
|
|
|
PATCH_OPT := -p1 -d src/lib/jitterentropy
|
|
|
|
|
|
|
|
#
|
|
|
|
# Just to make sure that the compiler will use the right header files
|
|
|
|
# we delete the local copy from the source directory after the files
|
|
|
|
# were copied to the include directory.
|
|
|
|
#
|
|
|
|
default: rm_header
|
|
|
|
rm_header: _dirs
|
|
|
|
@$(MSG_PREFIX)"remove header files from source directory "
|
|
|
|
$(VERBOSE)rm src/lib/jitterentropy/jitterentropy.h
|