diff options
Diffstat (limited to 'xtst/xtst_cvs.oe')
-rw-r--r-- | xtst/xtst_cvs.oe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xtst/xtst_cvs.oe b/xtst/xtst_cvs.oe index e69de29bb2..bf51de542e 100644 --- a/xtst/xtst_cvs.oe +++ b/xtst/xtst_cvs.oe @@ -0,0 +1,20 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "x11 recordext xext" +DESCRIPTION = "X Test Extension: client side library" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst \ + file://no-xrecord.patch;patch=1;pnum=0" +S = "${WORKDIR}/Xtst" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} |