blob: f3b3c96167944147a95666c29eb7839389b2e1a8 (
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"
DEPENDS = "ncurses"
SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
file://remove-proc-test.patch;patch=1"
inherit autotools
|