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
14 lines
484 B
Plaintext
14 lines
484 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 6.0
|
|
DOWNLOADS := readline.archive
|
|
|
|
URL(readline) := ftp://ftp.gnu.org/gnu/readline/readline-$(VERSION).tar.gz
|
|
SHA(readline) := 1199d905c025735b34cf67d03078585e18f84707052413279fe68ce48c1cc1de
|
|
SIG(readline) := ${URL(readline)}.sig
|
|
KEY(readline) := GNU
|
|
DIR(readline) := src/lib/readline
|
|
|
|
DIRS := include/readline
|
|
DIR_CONTENT(include/readline) := $(addprefix src/lib/readline/,\
|
|
rlstdc.h rltypedefs.h keymaps.h tilde.h)
|