blob: ebbe6cfb970f99449c1419219c8f049c8b414eb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}
|