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