blob: 4a614bd8e08faff93badc82101a779ce9086cb19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|