From 4d3c76b3a6dfa5c7fb8fa4b99be82ae52ef523ad Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 4 Oct 2006 13:45:13 +0000 Subject: xcalibrate_git: Add latest xcalibrate from X.org's git. * Was forgotten to be added, the same as xcalibrateext_git before ;-(. --- packages/xcalibrate/xcalibrate_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/xcalibrate/xcalibrate_git.bb (limited to 'packages/xcalibrate') diff --git a/packages/xcalibrate/xcalibrate_git.bb b/packages/xcalibrate/xcalibrate_git.bb new file mode 100644 index 0000000000..6448eedd5b --- /dev/null +++ b/packages/xcalibrate/xcalibrate_git.bb @@ -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 +} -- cgit v1.2.3