aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xcalibrateext
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-09-29 20:50:38 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-09-29 20:50:38 +0000
commit4b69b9a224b6533f7334aee7d6c788ec575f1ff8 (patch)
treefd83e71cf85f9b1560bb6c7e90f1d1fca9f0d0a2 /packages/xcalibrateext
parent0a8de950d944b9cf635954c8df028c697ceee5be (diff)
downloadopenembedded-4b69b9a224b6533f7334aee7d6c788ec575f1ff8.tar.gz
xcalibrateext_git: Add latest xcalibrateext from X.org's git.
* Replaces CVS version, moved away yesterday. * Actually X.org package now named xcalibrateproto.
Diffstat (limited to 'packages/xcalibrateext')
-rw-r--r--packages/xcalibrateext/xcalibrateext_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/xcalibrateext/xcalibrateext_git.bb b/packages/xcalibrateext/xcalibrateext_git.bb
new file mode 100644
index 0000000000..40c21ebd74
--- /dev/null
+++ b/packages/xcalibrateext/xcalibrateext_git.bb
@@ -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
+}