aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcalibrate/xcalibrate_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcalibrate/xcalibrate_git.bb')
-rw-r--r--recipes/xcalibrate/xcalibrate_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/xcalibrate/xcalibrate_git.bb b/recipes/xcalibrate/xcalibrate_git.bb
new file mode 100644
index 0000000000..aba693ad6c
--- /dev/null
+++ b/recipes/xcalibrate/xcalibrate_git.bb
@@ -0,0 +1,16 @@
+LICENSE = "BSD-X"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 xcalibrateext libxext"
+DESCRIPTION = "XCalibrate client-side library"
+
+PV = "0.0+git4be232e30cd33a44a1ce6d3ec429ee6101540c62"
+
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}