bmon: added package and its dependencies (libconfuse and libnl3) (#758)
[termux-packages] / packages / bmon / build.sh
1 TERMUX_PKG_HOMEPAGE=https://github.com/tgraf/bmon
2 TERMUX_PKG_DESCRIPTION="Bandwidth monitor and rate estimator"
3 TERMUX_PKG_VERSION=4.0
4 TERMUX_PKG_SRCURL=https://github.com/tgraf/bmon/archive/v$TERMUX_PKG_VERSION.tar.gz
5 TERMUX_PKG_FOLDERNAME=bmon-$TERMUX_PKG_VERSION
6 TERMUX_PKG_DEPENDS="libconfuse, libnl3, ncurses"
7 TERMUX_PKG_BUILD_IN_SRC=yes
8
9 termux_step_pre_configure() {
10 cd $TERMUX_PKG_SRCDIR
11 ./autogen.sh
12 }