summaryrefslogtreecommitdiff
path: root/recipes/liboil/liboil_0.3.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/liboil/liboil_0.3.9.bb')
-rw-r--r--recipes/liboil/liboil_0.3.9.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/liboil/liboil_0.3.9.bb b/recipes/liboil/liboil_0.3.9.bb
new file mode 100644
index 0000000000..94471a26fc
--- /dev/null
+++ b/recipes/liboil/liboil_0.3.9.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
+HOMEPAGE = "http://liboil.freedesktop.org/"
+LICENSE = "various"
+
+SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}