diff options
Diffstat (limited to 'meta-oe/recipes-support/htop/htop_0.9.bb')
-rw-r--r-- | meta-oe/recipes-support/htop/htop_0.9.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/htop/htop_0.9.bb b/meta-oe/recipes-support/htop/htop_0.9.bb new file mode 100644 index 000000000..eb207aabe --- /dev/null +++ b/meta-oe/recipes-support/htop/htop_0.9.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "htop process monitor" | ||
2 | HOMEPAGE = "http://htop.sf.net" | ||
3 | SECTION = "console/utils" | ||
4 | PRIORITY = "optional" | ||
5 | LICENSE = "GPLv2" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3" | ||
8 | |||
9 | DEPENDS = "ncurses" | ||
10 | RDEPENDS_${PN} = "ncurses-terminfo" | ||
11 | |||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \ | ||
13 | file://remove-proc-test.patch" | ||
14 | |||
15 | inherit autotools | ||
16 | |||
17 | SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8" | ||
18 | SRC_URI[sha256sum] = "4de65c38e1886bccd30ed692b30eb9bf195240680781bfe1eaf5faf84ee6fbfd" | ||
19 | |||