aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xtst
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xtst')
-rw-r--r--packages/xtst/xtst/no-xrecord.patch0
-rw-r--r--packages/xtst/xtst_cvs.bb21
2 files changed, 21 insertions, 0 deletions
diff --git a/packages/xtst/xtst/no-xrecord.patch b/packages/xtst/xtst/no-xrecord.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/xtst/xtst/no-xrecord.patch
+++ /dev/null
diff --git a/packages/xtst/xtst_cvs.bb b/packages/xtst/xtst_cvs.bb
index e69de29bb2..4fb88da3c0 100644
--- a/packages/xtst/xtst_cvs.bb
+++ b/packages/xtst/xtst_cvs.bb
@@ -0,0 +1,21 @@
+LICENSE = GPL
+PV = "0.0cvs${CVSDATE}"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DEPENDS = "x11 recordext xext"
+DESCRIPTION = "X Test Extension: client side library"
+PR = "r1"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst"
+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}
+}