From 7fa9c251956577058142b001464bbc0ae67a763a Mon Sep 17 00:00:00 2001 From: Andy Kennedy Date: Mon, 28 Mar 2011 13:47:58 -0500 Subject: package: add htop package 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 Signed-off-by: Peter Korsgaard --- package/htop/htop.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/htop/htop.mk (limited to 'package/htop/htop.mk') diff --git a/package/htop/htop.mk b/package/htop/htop.mk new file mode 100644 index 000000000..3f27b3e9b --- /dev/null +++ b/package/htop/htop.mk @@ -0,0 +1,13 @@ +############################################################# +# +# 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)) -- cgit v1.2.3