aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcalibrate/xcalibrate_20060312.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcalibrate/xcalibrate_20060312.bb')
-rw-r--r--recipes/xcalibrate/xcalibrate_20060312.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/xcalibrate/xcalibrate_20060312.bb b/recipes/xcalibrate/xcalibrate_20060312.bb
new file mode 100644
index 0000000000..a5855dff08
--- /dev/null
+++ b/recipes/xcalibrate/xcalibrate_20060312.bb
@@ -0,0 +1,17 @@
+PV = "0.0+cvs${FIXEDSRCDATE}"
+FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
+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
+}