mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
|
LICENSE := GPLv3
|
||
|
VERSION := 6.0
|
||
|
DOWNLOADS := readline.archive
|
||
|
|
||
|
URL(readline) := ftp://ftp.gnu.org/gnu/readline/readline-$(VERSION).tar.gz
|
||
|
SHA(readline) := 1e511b091514ef631c539552316787c75ace5262
|
||
|
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)
|