From: Paul Sokolovsky Date: Wed, 4 Oct 2006 13:45:13 +0000 (+0000) Subject: xcalibrate_git: Add latest xcalibrate from X.org's git. X-Git-Tag: Release-2010-05/1~9453^2~615^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3c76b3a6dfa5c7fb8fa4b99be82ae52ef523ad;p=openembedded.git xcalibrate_git: Add latest xcalibrate from X.org's git. * Was forgotten to be added, the same as xcalibrateext_git before ;-(. --- 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 +}