aboutsummaryrefslogtreecommitdiffstats
path: root/packages/recordext
diff options
context:
space:
mode:
Diffstat (limited to 'packages/recordext')
-rw-r--r--packages/recordext/recordext_cvs.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/recordext/recordext_cvs.bb b/packages/recordext/recordext_cvs.bb
index e69de29bb2..42acd10988 100644
--- a/packages/recordext/recordext_cvs.bb
+++ b/packages/recordext/recordext_cvs.bb
@@ -0,0 +1,18 @@
+PV = "0.0cvs${CVSDATE}"
+LICENSE = "BSD-X"
+SECTION = "libs"
+MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
+DESCRIPTION = "XRecord extension protocol bits"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=RecordExt"
+S = "${WORKDIR}/RecordExt"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}