summaryrefslogtreecommitdiffstats
path: root/package/htop/htop.mk
diff options
context:
space:
mode:
authorAndy Kennedy2011-03-28 20:47:58 +0200
committerPeter Korsgaard2011-04-16 22:56:48 +0200
commit7fa9c251956577058142b001464bbc0ae67a763a (patch)
tree8de6db6eefa7a6adc2e672b55d78e3a8f3684f08 /package/htop/htop.mk
parentprocps: fix build with make 3.82 (diff)
downloadbuildroot-7fa9c251956577058142b001464bbc0ae67a763a.tar.gz
buildroot-7fa9c251956577058142b001464bbc0ae67a763a.tar.xz
buildroot-7fa9c251956577058142b001464bbc0ae67a763a.zip
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 <Andy.Kennedy@AdTran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/htop/htop.mk')
-rw-r--r--package/htop/htop.mk13
1 files changed, 13 insertions, 0 deletions
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))