summaryrefslogtreecommitdiff
path: root/xcalibrateext/xcalibrateext_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xcalibrateext/xcalibrateext_cvs.oe')
-rw-r--r--xcalibrateext/xcalibrateext_cvs.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/xcalibrateext/xcalibrateext_cvs.oe b/xcalibrateext/xcalibrateext_cvs.oe
index e69de29bb2..19c37afc48 100644
--- a/xcalibrateext/xcalibrateext_cvs.oe
+++ b/xcalibrateext/xcalibrateext_cvs.oe
@@ -0,0 +1,17 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "x11/libs"
+MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
+DESCRIPTION = "XCalibrate extension headers"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt"
+S = "${WORKDIR}/XCalibrateExt"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}