Skip to content
Permalink
077d6ef2a4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit ef396b3 Oct 30, 2019 History
- still very old
- uses getpwent calls which prevent static links
- remove doc spam
1 contributor

Users who have contributed to this file

executable file 47 lines (35 sloc) 1.06 KB
#!/usr/bin/env beesh
# BEE_VERSION readline-6.3.8-0
# more info: https://foo.bar.com
SRCURL[0]="https://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz"
PATCHURL+=( \
ftp://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-001 \
ftp://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-002 \
ftp://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-003 \
ftp://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-004 \
ftp://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-005 \
ftp://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-006 \
ftp://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-007 \
ftp://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-008 \
)
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
mee_build() {
bee_build SHLIB_LIBS=-lncursesw
}
#mee_install() {
# bee_install
#}
mee_install_post() {
rm -vrf ${D}/usr/share/doc
rm -vrf ${D}/usr/share/readline
}