aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/liboil/liboil_0.3.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/liboil/liboil_0.3.15.bb')
-rw-r--r--recipes/liboil/liboil_0.3.15.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/liboil/liboil_0.3.15.bb b/recipes/liboil/liboil_0.3.15.bb
new file mode 100644
index 0000000000..338121ac66
--- /dev/null
+++ b/recipes/liboil/liboil_0.3.15.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
+HOMEPAGE = "http://liboil.freedesktop.org/"
+LICENSE = "various"
+PR = "r2"
+
+DEPENDS = "glib-2.0"
+
+SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
+ file://autotools.patch;patch=1 \
+ "
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}