X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7b45e65e8860591b50516e6fff632c8075b387cc..b000c24db3507abee234a73dde6c697b00cdef77:/disabled-packages/screen/build.sh diff --git a/disabled-packages/screen/build.sh b/disabled-packages/screen/build.sh index d51e3e90..dfb5c36f 100644 --- a/disabled-packages/screen/build.sh +++ b/disabled-packages/screen/build.sh @@ -1,6 +1,12 @@ -TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/screen/ +TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/screen/ TERMUX_PKG_DESCRIPTION="Terminal multiplexer with VT100/ANSI terminal emulation" -TERMUX_PKG_VERSION=4.3.1 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/screen/screen-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_VERSION=4.4.0 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/screen/screen-${TERMUX_PKG_VERSION}.tar.gz # TERMUX_PKG_DEPENDS="pcre, openssl, libuuid" # TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl=openssl" + +termux_step_pre_configure () { + # Run autoreconf since we have patched configure.ac + cd $TERMUX_PKG_SRCDIR + autoconf +}