Add buildroot 2018-02
This commit is contained in:
8
buildroot/package/bwm-ng/Config.in
Normal file
8
buildroot/package/bwm-ng/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_BWM_NG
|
||||
bool "bwm-ng"
|
||||
help
|
||||
Bandwidth Monitor NG is a small and console-based live
|
||||
network and disk-io bandwidth monitor for Linux, BSD,
|
||||
Solaris, Mac OS X and others.
|
||||
|
||||
http://www.gropp.org/?id=projects&sub=bwm-ng
|
||||
2
buildroot/package/bwm-ng/bwm-ng.hash
Normal file
2
buildroot/package/bwm-ng/bwm-ng.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 4b34a8ac2eae2d204d6dea8258c5e34b37094259086f8c9169391409a9311fb5 bwm-ng-f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.tar.gz
|
||||
19
buildroot/package/bwm-ng/bwm-ng.mk
Normal file
19
buildroot/package/bwm-ng/bwm-ng.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# bwm-ng
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BWM_NG_VERSION = f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef
|
||||
BWM_NG_SITE = $(call github,vgropp,bwm-ng,$(BWM_NG_VERSION))
|
||||
BWM_NG_CONF_OPTS = --with-procnetdev --with-diskstats
|
||||
BWM_NG_LICENSE = GPL-2.0
|
||||
BWM_NG_LICENSE_FILES = COPYING
|
||||
BWM_NG_AUTORECONF = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||
BWM_NG_CONF_OPTS += --with-ncurses
|
||||
BWM_NG_DEPENDENCIES += ncurses
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user