git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36fb5d
)
liboil: add 0.3.14, disabled by default since the configure script will generate...
author
Koen Kooi
<koen@openembedded.org>
Tue, 27 May 2008 11:29:30 +0000
(11:29 +0000)
committer
Koen 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]
patch
|
blob
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
+++ b/
packages/liboil/liboil_0.3.14.bb
@@ -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
+}