2016-11-08 00:08:31 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/screen/
|
2015-07-30 16:52:56 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Terminal multiplexer with VT100/ANSI terminal emulation"
|
2016-11-08 00:08:31 +01:00
|
|
|
TERMUX_PKG_VERSION=4.4.0
|
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/screen/screen-${TERMUX_PKG_VERSION}.tar.gz
|
2015-07-30 16:52:56 +02:00
|
|
|
# TERMUX_PKG_DEPENDS="pcre, openssl, libuuid"
|
2016-12-21 02:58:47 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-colors256 --with-ssl=openssl --disable-socket-dir"
|
2016-11-08 00:08:31 +01:00
|
|
|
|
|
|
|
termux_step_pre_configure () {
|
|
|
|
# Run autoreconf since we have patched configure.ac
|
|
|
|
cd $TERMUX_PKG_SRCDIR
|
|
|
|
autoconf
|
2016-12-21 02:58:47 +01:00
|
|
|
CFLAGS+=" -DGETUTENT"
|
|
|
|
LDFLAGS+=" -llog"
|
2016-11-08 00:08:31 +01:00
|
|
|
}
|