summaryrefslogtreecommitdiffstats
path: root/recipes/htop/htop_0.7.bb
blob: 58dc218e2152960af23035e382c32aa1558cacd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "htop process monitor"
HOMEPAGE = "http://htop.sf.net"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPLv2"

DEPENDS = "ncurses"

SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
           file://remove-proc-test.patch;apply=yes"

inherit autotools

SRC_URI[md5sum] = "4afc961fa709167e1b434682897991f9"
SRC_URI[sha256sum] = "1361f4f0b92d7e6bdac25a4b7ee138a7ee83b5a9368820f5aa518051ca82862b"