X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..ca7699c16955e3dd8cff7a5e75b20e7b0360d036:/packages/gawk/build.sh diff --git a/packages/gawk/build.sh b/packages/gawk/build.sh index 50de1845..adfb8a61 100644 --- a/packages/gawk/build.sh +++ b/packages/gawk/build.sh @@ -1,8 +1,10 @@ -TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/gawk/ -TERMUX_PKG_DESCRIPTION="Interpreted programming language designed for text processing and typically used as a data extraction and reporting tool" +TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/gawk/ +TERMUX_PKG_DESCRIPTION="Programming language designed for text processing" TERMUX_PKG_DEPENDS="libandroid-support, libmpfr, libgmp, readline" -TERMUX_PKG_VERSION=4.1.3 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/gawk/gawk-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_VERSION=4.1.4 +TERMUX_PKG_REVISION=2 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gawk/gawk-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=53e184e2d0f90def9207860531802456322be091c7b48f23fdc79cda65adc266 TERMUX_PKG_RM_AFTER_INSTALL="bin/gawk-* bin/igawk share/man/man1/igawk.1" termux_step_pre_configure () { @@ -10,7 +12,6 @@ termux_step_pre_configure () { rm -f $TERMUX_PREFIX/bin/awk # http://cross-lfs.org/view/CLFS-2.1.0/ppc64-64/temp-system/gawk.html - cd $TERMUX_PKG_SRCDIR cp -v extension/Makefile.in{,.orig} sed -e 's/check-recursive all-recursive: check-for-shared-lib-support/check-recursive all-recursive:/' extension/Makefile.in.orig > extension/Makefile.in }