Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / xtst / xtst_cvs.oe
1 LICENSE = GPL
2 PV = "0.0cvs${CVSDATE}"
3 SECTION = "x11/libs"
4 PRIORITY = "optional"
5 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
6 DEPENDS = "x11 recordext xext"
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 }