diff options
Diffstat (limited to 'packages/htop/htop_0.7.bb')
-rw-r--r-- | packages/htop/htop_0.7.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/htop/htop_0.7.bb b/packages/htop/htop_0.7.bb new file mode 100644 index 0000000000..4a614bd8e0 --- /dev/null +++ b/packages/htop/htop_0.7.bb @@ -0,0 +1,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 |