8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
524 B
Makefile
19 lines
524 B
Makefile
################################################################################
|
|
#
|
|
# bwm-ng
|
|
#
|
|
################################################################################
|
|
|
|
BWM_NG_VERSION = 0.6
|
|
BWM_NG_SITE = http://downloads.sourceforge.net/project/bwmng/bwmng/$(BWM_NG_VERSION)/
|
|
BWM_NG_CONF_OPT = --with-procnetdev --with-diskstats
|
|
BWM_NG_LICENSE = GPLv2
|
|
BWM_NG_LICENSE_FILES = COPYING
|
|
|
|
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
|
BWM_NG_CONF_OPT += --with-ncurses
|
|
BWM_NG_DEPENDENCIES += ncurses
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|