diff options
Diffstat (limited to 'recipes/liboil/liboil.inc')
-rw-r--r-- | recipes/liboil/liboil.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/liboil/liboil.inc b/recipes/liboil/liboil.inc new file mode 100644 index 0000000000..728941f2e7 --- /dev/null +++ b/recipes/liboil/liboil.inc @@ -0,0 +1,14 @@ +DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." +HOMEPAGE = "http://liboil.freedesktop.org/" +LICENSE = "various" + +DEPENDS = "glib-2.0" + +SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ + " + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |