aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/procps/procps.inc
blob: b8e20a89cbf2e4e16556519e024b4a59f97368e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Procps is the package that has a bunch \
of small useful utilities that give information \
about processes using the /proc filesystem. The package \
includes the programs ps, top, vmstat, w, kill, and skill."
HOMEPAGE = "http://procps.sf.net"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPLv2+ & LGPLv2+"
LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
                  file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812 \
                  file://ps/COPYING;md5=6e29c688d912da12b66b73e32b03d812 \
                  file://proc/COPYING;md5=6e29c688d912da12b66b73e32b03d812"
DEPENDS = "ncurses"

FILES_${PN} += "${base_libdir}/libproc-*.so"

SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \
           file://install.patch"

inherit autotools