Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / procps / procps_3.2.1.oe
1 LICENSE = GPL
2 DESCRIPTION = "Procps is the package that has a bunch \
3 of small useful utilities that give information \
4 about processes using the /proc filesystem. The package \
5 includes the programs ps, top, vmstat, w, kill, and skill."
6 SECTION = "base"
7 PRIORITY = "optional"
8 DEPENDS = "ncurses"
9
10 SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \
11            file://install.patch;patch=1"
12
13 inherit autotools
14
15 EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \
16                 LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} \
17                 CURSES=-lncurses \
18                 install='install -D' \
19                 ldconfig=echo"