aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/htop/htop_0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/htop/htop_0.7.bb')
-rw-r--r--recipes/htop/htop_0.7.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/htop/htop_0.7.bb b/recipes/htop/htop_0.7.bb
new file mode 100644
index 0000000000..4a614bd8e0
--- /dev/null
+++ b/recipes/htop/htop_0.7.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "htop process monitor"
+HOMEPAGE = "http://htop.sf.net"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+
+RDEPENDS = "ncurses"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
+ file://remove-proc-test.patch;patch=1"
+
+inherit autotools