add gpehelp.h to staged headers
[vuplus_openembedded] / xt / xt-cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
5 DEPENDS = "x11 sm"
6 PROVIDES = "xt"
7 DESCRIPTION = "X Toolkit Intrinsics"
8
9 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xt"
10 S = "${WORKDIR}/Xt"
11
12 inherit autotools pkgconfig 
13
14 do_stage () {
15         oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
16 }