aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcalibrate/xcalibrate_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcalibrate/xcalibrate_cvs.bb')
-rw-r--r--recipes/xcalibrate/xcalibrate_cvs.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/xcalibrate/xcalibrate_cvs.bb b/recipes/xcalibrate/xcalibrate_cvs.bb
new file mode 100644
index 0000000000..c3eeffc478
--- /dev/null
+++ b/recipes/xcalibrate/xcalibrate_cvs.bb
@@ -0,0 +1,16 @@
+PV = "0.0+cvs${SRCDATE}"
+LICENSE = "BSD-X"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 xcalibrateext libxext"
+DESCRIPTION = "XCalibrate client-side library"
+
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate \
+ file://xextproto.patch;patch=1"
+S = "${WORKDIR}/XCalibrate"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}