aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/htop/htop_0.9.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-01-25 12:07:54 +0100
committerKoen Kooi <koen@openembedded.org>2011-01-25 12:07:54 +0100
commit37e9f0230b046cd871041c954cc6fdcc141f3319 (patch)
tree4250069ef9b73dd7f984193ab836f7bd180f152b /recipes/htop/htop_0.9.bb
parente276a19e1c1836c81c7e49854fafcf7f29db40c0 (diff)
downloadopenembedded-37e9f0230b046cd871041c954cc6fdcc141f3319.tar.gz
htop: update to 0.9
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/htop/htop_0.9.bb')
-rw-r--r--recipes/htop/htop_0.9.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/htop/htop_0.9.bb b/recipes/htop/htop_0.9.bb
new file mode 100644
index 0000000000..eb207aabe6
--- /dev/null
+++ b/recipes/htop/htop_0.9.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "htop process monitor"
+HOMEPAGE = "http://htop.sf.net"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
+
+DEPENDS = "ncurses"
+RDEPENDS_${PN} = "ncurses-terminfo"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
+ file://remove-proc-test.patch"
+
+inherit autotools
+
+SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8"
+SRC_URI[sha256sum] = "4de65c38e1886bccd30ed692b30eb9bf195240680781bfe1eaf5faf84ee6fbfd"
+