add gpehelp.h to staged headers
[vuplus_openembedded] / xtst / xtst-cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
5 DEPENDS = "x11 recordext"
6 PROVIDES = "xtst"
7 DESCRIPTION = "X Test Extension: client side library"
8
9 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst \
10            file://no-xrecord.patch;patch=1;pnum=0"
11 S = "${WORKDIR}/Xtst"
12
13 inherit autotools pkgconfig 
14
15 do_stage() {
16         oe_runmake install prefix=${STAGING_DIR} \
17                bindir=${STAGING_BINDIR} \
18                includedir=${STAGING_INCDIR} \
19                libdir=${STAGING_LIBDIR} \
20                datadir=${STAGING_DATADIR}
21 }