2
1

bwm-ng.mk 450 B

12345678910111213141516
  1. #############################################################
  2. #
  3. # bwm-ng
  4. #
  5. #############################################################
  6. BWM_NG_VERSION = 0.6
  7. BWM_NG_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/bwmng/bwmng/$(BWM_NG_VERSION)/
  8. BWM_NG_CONF_OPT = --with-procnetdev --with-diskstats
  9. ifeq ($(BR2_PACKAGE_NCURSES),y)
  10. BWM_NG_CONF_OPT += --with-ncurses
  11. BWM_NG_DEPENDENCIES += ncurses
  12. endif
  13. $(eval $(call AUTOTARGETS))