]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/procps/procps_3.1.15.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / procps / procps_3.1.15.bb
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://procps_${PV}-2.diff;patch=1 \
12            file://install.patch;patch=1"
13
14 inherit autotools
15
16 EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \
17                 LDFLAGS=-L${STAGING_LIBDIR} -Wl,--rpath-link,${STAGING_LIBDIR} \
18                 CURSES=-lncurses \
19                 install='install -D' \
20                 ldconfig=echo"