openssh: Update from 7.2p2 to 7.3p1
[termux-packages] / disabled-packages / mtr / build.sh
CommitLineData
288a643f
FF
1# Status: Needs hcreate()/hsearch()/hdestroy() in search.h,
2# which is not included in the NDK.
3
4TERMUX_PKG_HOMEPAGE=https://github.com/traviscross/mtr
5TERMUX_PKG_DESCRIPTION="Network diagnostic tool"
6_DATE=20160609
7# Note that the newdns branch is used.
8_COMMIT=66de3ecbab28b054b868a73fbb57f30549d770ac
9TERMUX_PKG_VERSION=0.86.${_DATE}
10TERMUX_PKG_SRCURL=https://github.com/traviscross/mtr/archive/${_COMMIT}.zip
11TERMUX_PKG_FOLDERNAME=mtr-$_COMMIT
12TERMUX_PKG_DEPENDS="ncurses"
13TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-gtk"
14
15termux_step_pre_configure() {
16 cd $TERMUX_PKG_SRCDIR
17 ./bootstrap.sh
18}