2014-08-18 13:28:46 +00:00
|
|
|
LICENSE := BSD
|
2024-02-08 07:14:57 +00:00
|
|
|
VERSION := 3.4.1
|
2014-08-18 13:28:46 +00:00
|
|
|
DOWNLOADS := jitterentropy.archive
|
|
|
|
|
2024-02-08 07:14:57 +00:00
|
|
|
NAME(jitterentropy) := jitterentropy-$(VERSION).tar.gz
|
|
|
|
URL(jitterentropy) := https://github.com/smuellerDD/jitterentropy-library/archive/refs/tags/v$(VERSION).tar.gz
|
|
|
|
SHA(jitterentropy) := 33352369092b5a0d1463c720f5a8a3e870dbd63502ea57692e7da84a65c0c5c3
|
|
|
|
DIR(jitterentropy) := src/lib/jitterentropy
|
2014-08-18 13:28:46 +00:00
|
|
|
|
2024-02-08 07:14:57 +00:00
|
|
|
PATCHES := src/lib/jitterentropy/jitterentropy.patch
|
2014-08-18 13:28:46 +00:00
|
|
|
|
2024-02-08 07:14:57 +00:00
|
|
|
DIRS := include/jitterentropy
|
|
|
|
DIR_CONTENT(include/jitterentropy) := $(addprefix src/lib/jitterentropy/,jitterentropy.h)
|