liboil: add 0.3.14, disabled by default since the configure script will generate...
authorKoen Kooi <koen@openembedded.org>
Tue, 27 May 2008 11:29:30 +0000 (11:29 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 27 May 2008 11:29:30 +0000 (11:29 +0000)
packages/liboil/liboil_0.3.14.bb [new file with mode: 0644]

diff --git a/packages/liboil/liboil_0.3.14.bb b/packages/liboil/liboil_0.3.14.bb
new file mode 100644 (file)
index 0000000..ebbe6cf
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
+HOMEPAGE = "http://liboil.freedesktop.org/"
+LICENSE = "various"
+
+# The configure script seems to have bogus checks, so let's not make it the default
+DEFAULT_PREFERENCE = "-1"
+
+DEPENDS = "glib-2.0"
+
+SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
+          "
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}