hal-info_20080313.bb : new version from OM mtn
authorGraeme Gregory <dp@xora.org.uk>
Fri, 9 May 2008 14:11:30 +0000 (14:11 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 9 May 2008 14:11:30 +0000 (14:11 +0000)
packages/hal/hal-info_20080313.bb [new file with mode: 0644]

diff --git a/packages/hal/hal-info_20080313.bb b/packages/hal/hal-info_20080313.bb
new file mode 100644 (file)
index 0000000..635fd0a
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "Hardware Abstraction Layer device information"
+HOMEPAGE = "http://hal.freedesktop.org/"
+SECTION = "unknown"
+LICENSE = "GPL AFL"
+
+SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz"
+S = "${WORKDIR}/${PN}-${PV}"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-recall --disable-video"
+
+do_configure() {
+        gnu-configize
+       libtoolize --force
+       oe_runconf
+}
+
+PACKAGE_ARCH = "all"
+FILES_${PN} += "${datadir}/hal/"