mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
17 lines
520 B
Plaintext
17 lines
520 B
Plaintext
LICENSE = Apache
|
|
VERSION = 0.94
|
|
DOWNLOADS = pcg-c.archive
|
|
|
|
OWNER = imneme
|
|
REPO = pcg-c
|
|
REV = 03a84f9db5782a3f5a66185836f3db73c832251a
|
|
URL(pcg-c) := https://github.com/$(OWNER)/$(REPO)/archive/$(REV).tar.gz
|
|
SHA(pcg-c) := 7fc826f2430e4b0aca68abc0c2136cee3644e878a611bdaa931388db1a733eda
|
|
DIR(pcg-c) := src/lib/pcg-c
|
|
|
|
_dirs: include/pcg-c/pcg_variants.h
|
|
|
|
include/pcg-c/pcg_variants.h: src/lib/pcg-c/include/pcg_variants.h
|
|
$(VERBOSE)mkdir -p include/pcg-c
|
|
$(VERBOSE)sed 's/<inttypes.h>/<genode_inttypes.h>/' $< > $@
|