ldc: Update from 1.6 to 1.7
[termux-packages] / packages / global / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/global/
2TERMUX_PKG_DESCRIPTION="Source code search and browse tools"
3TERMUX_PKG_VERSION=6.6.1
4TERMUX_PKG_REVISION=1
5TERMUX_PKG_SRCURL=http://mirrors.kernel.org/gnu/global/global-${TERMUX_PKG_VERSION}.tar.gz
6TERMUX_PKG_SHA256=943dc440382d82454786bfd92b86946961cb2196039eceffd7eb551ac83759e4
7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
8ac_cv_posix1_2008_realpath=yes
9--with-posix-sort=$TERMUX_PREFIX/bin/sort
10--with-ncurses=$TERMUX_PREFIX
11"
12# coreutils provides the posix sort executable:
13TERMUX_PKG_DEPENDS="coreutils, ncurses, libltdl"