libxcalibrate: add git version
authorKoen Kooi <koen@openembedded.org>
Wed, 30 Aug 2006 07:43:30 +0000 (07:43 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 30 Aug 2006 07:43:30 +0000 (07:43 +0000)
packages/xorg-lib/libxcalibrate_git.bb [new file with mode: 0644]

diff --git a/packages/xorg-lib/libxcalibrate_git.bb b/packages/xorg-lib/libxcalibrate_git.bb
new file mode 100644 (file)
index 0000000..df23f22
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "        Touchscreen calibration client library"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "BSD-X"
+
+PV = "0.0+git${DATE}"
+
+DEPENDS = "virtual/libx11 calibrateproto libxext"
+
+FILES_${PN}-locale += "${datadir}/X11/locale"
+
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}