From 4b69b9a224b6533f7334aee7d6c788ec575f1ff8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 29 Sep 2006 20:50:38 +0000 Subject: xcalibrateext_git: Add latest xcalibrateext from X.org's git. * Replaces CVS version, moved away yesterday. * Actually X.org package now named xcalibrateproto. --- packages/xcalibrateext/xcalibrateext_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/xcalibrateext/xcalibrateext_git.bb (limited to 'packages/xcalibrateext') 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 +} -- cgit v1.2.3