blob: e9b10b0147c03b5353e594c393f4390f5fd417ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#############################################################
#
# bmon
#
#############################################################
BMON_VERSION = 2.1.0
BMON_SOURCE = bmon-$(BMON_VERSION).tar.gz
BMON_SITE = http://distfiles.gentoo.org/distfiles
BMON_DEPENDENCIES = ncurses
define BMON_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/bmon
endef
$(eval $(call AUTOTARGETS,package,bmon))
|