global: Depend on libltdl, not libtool
[termux-packages] / packages / global / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE="http://www.gnu.org/software/global/global.html"
2TERMUX_PKG_DESCRIPTION="GNU global source code tag system that works the same way across diverse environments"
8337df31 3TERMUX_PKG_VERSION=6.5.5
59f0d218
FF
4TERMUX_PKG_SRCURL=http://tamacom.com/global/global-${TERMUX_PKG_VERSION}.tar.gz
5TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-posix-sort=$TERMUX_PREFIX/bin/sort"
6# coreutils provides the posix sort executable:
cc2a6875 7TERMUX_PKG_DEPENDS="coreutils, libtool, ncurses, libltdl"