7fa9c25195
Changes made based upon e-mails with Mike Frysinger and Gerhard Heift. The autoreconf change is important for anyone using uClibc as there is no widely available backtrace (yet). [Peter: fix Config.in indentation, autoreconf, patch] Signed-off-by: Andy Kennedy <Andy.Kennedy@AdTran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
374 B
Makefile
14 lines
374 B
Makefile
#############################################################
|
|
#
|
|
# htop
|
|
#
|
|
#############################################################
|
|
|
|
HTOP_VERSION = 0.9
|
|
HTOP_SOURCE = htop-$(HTOP_VERSION).tar.gz
|
|
HTOP_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/htop/$(HTOP_VERSION)
|
|
HTOP_DEPENDENCIES = ncurses
|
|
HTOP_AUTORECONF = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,htop))
|