termux-packages/packages/rlwrap/build.sh
vhqtvn d220576dfb
fix some non-building packages (#7058)
* fix ccache building failed due to sse

* gogs require go-bindata to be built

* mariadb's cmake need to change END to ENDIF

* fix neovim building due to gitsubmodule usage

* php-redis: add blacklist from php dep

* rlwrap update to new version

* stfl disable perl and ruby

* util-linux comment out shm & sem support

* weechat disable ruby

* tor building need glob
2021-06-27 17:33:45 +03:00

20 lines
663 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/hanslub42/rlwrap
TERMUX_PKG_DESCRIPTION="Wrapper using readline to enable editing of keyboard input for commands"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.45.2
TERMUX_PKG_SRCURL=https://fossies.org/linux/privat/rlwrap-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=feb49c4ffa79f78d2439b4ffa933c77eed57eeb614ab84d967b8d692e0f6beb1
TERMUX_PKG_DEPENDS="ncurses, readline"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_func_grantpt=yes
ac_cv_func_unlockpt=yes
ac_cv_lib_util_openpty=no
ptyttylib_cv_ptys=STREAMS
"
termux_step_pre_configure() {
autoreconf -vfi
}