xcalibrate_git: Add latest xcalibrate from X.org's git.
authorPaul Sokolovsky <pmiscml@gmail.com>
Wed, 4 Oct 2006 13:45:13 +0000 (13:45 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Wed, 4 Oct 2006 13:45:13 +0000 (13:45 +0000)
* Was forgotten to be added, the same as xcalibrateext_git before ;-(.

packages/xcalibrate/xcalibrate_git.bb [new file with mode: 0644]

diff --git a/packages/xcalibrate/xcalibrate_git.bb b/packages/xcalibrate/xcalibrate_git.bb
new file mode 100644 (file)
index 0000000..6448eed
--- /dev/null
@@ -0,0 +1,15 @@
+PV = "0.0+git${SRCDATE}"
+LICENSE = "BSD-X"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 xcalibrateext libxext"
+DESCRIPTION = "XCalibrate client-side library"
+
+SRC_URI = "git://anongit.freedesktop.org/xorg/lib/libXCalibrate;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       autotools_stage_all
+}