summaryrefslogtreecommitdiff
path: root/recordext
diff options
context:
space:
mode:
Diffstat (limited to 'recordext')
-rw-r--r--recordext/recordext-cvs.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/recordext/recordext-cvs.oe b/recordext/recordext-cvs.oe
index e69de29bb2..0bdbaa399d 100644
--- a/recordext/recordext-cvs.oe
+++ b/recordext/recordext-cvs.oe
@@ -0,0 +1,18 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
+PROVIDES = "recordext"
+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}
+}