aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/htop/htop_2.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/htop/htop_2.0.3.bb')
-rw-r--r--meta-oe/recipes-support/htop/htop_2.0.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/htop/htop_2.0.3.bb b/meta-oe/recipes-support/htop/htop_2.0.3.bb
new file mode 100644
index 0000000000..57bbeb1a91
--- /dev/null
+++ b/meta-oe/recipes-support/htop/htop_2.0.3.bb
@@ -0,0 +1,22 @@
+SUMMARY = "htop process monitor"
+HOMEPAGE = "http://hisham.hm/htop"
+SECTION = "console/utils"
+LICENSE = "GPLv2"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
+
+DEPENDS = "ncurses"
+RDEPENDS_${PN} = "ncurses-terminfo"
+
+SRC_URI = " \
+ git://github.com/hishamhm/htop.git \
+ file://disable-script.patch \
+ "
+
+SRCREV = "f80e577c5973069c1c84d7435eec60adc968da82"
+
+S = "${WORKDIR}/git"
+
+LDFLAGS_append_libc-uclibc = " -lubacktrace"
+
+inherit autotools pkgconfig