mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
21 lines
883 B
Makefile
21 lines
883 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="bwm-ng"
|
|
PKG_VERSION="0.6.3"
|
|
PKG_SHA256="c1a552b6ff48ea3e4e10110a7c188861abc4750befc67c6caaba8eb3ecf67f46"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.gropp.org/?id=projects&sub=bwm-ng"
|
|
PKG_URL="https://github.com/vgropp/bwm-ng/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain ncurses libstatgrab"
|
|
PKG_LONGDESC="A small and simple console-based live network and disk io bandwidth monitor."
|
|
PKG_TOOLCHAIN="autotools"
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--with-libstatgrab \
|
|
--with-time \
|
|
--with-getifaddrs \
|
|
--with-sysctl \
|
|
--with-sysctldisk \
|
|
--with-procnetdev \
|
|
--with-partitions"
|