xcalibrateext_git: Add latest xcalibrateext from X.org's git.
authorPaul Sokolovsky <pmiscml@gmail.com>
Fri, 29 Sep 2006 20:50:38 +0000 (20:50 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Fri, 29 Sep 2006 20:50:38 +0000 (20:50 +0000)
* Replaces CVS version, moved away yesterday.
* Actually X.org package now named xcalibrateproto.

packages/xcalibrateext/xcalibrateext_git.bb [new file with mode: 0644]

diff --git a/packages/xcalibrateext/xcalibrateext_git.bb b/packages/xcalibrateext/xcalibrateext_git.bb
new file mode 100644 (file)
index 0000000..40c21eb
--- /dev/null
@@ -0,0 +1,13 @@
+PV = "0.0+git${SRCDATE}"
+SECTION = "x11/libs"
+LICENSE = "BSD-X"
+DESCRIPTION = "XCalibrate extension headers"
+
+SRC_URI = "git://anongit.freedesktop.org/xorg/proto/calibrateproto;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}