Skip to content

Commit

Permalink
Merge pull request #1433 from mariux64/update-readline-638
Browse files Browse the repository at this point in the history
readline: update to 6.3.8
  • Loading branch information
wwwutz authored Nov 1, 2019
2 parents 7d05e16 + ef396b3 commit 495fa8f
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions readline.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#!/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
}

0 comments on commit 495fa8f

Please sign in to comment.