You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)
|