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