Merges.
[vuplus_openembedded] / libao / libao_0.8.4.oe
1 DESCRIPTION = "A cross platform audio library"
2 HOMEPAGE = "http://www.xiph.org/ao/"
3 SECTION = "libs"
4 PRIORITY = "optional"
5
6 SRC_URI = "http://www.xiph.org/ao/src/libao-${PV}.tar.gz \
7            file://configure.patch;patch=1"
8
9 inherit autotools pkgconfig
10
11 EXTRA_OECONF = "--disable-esd --disable-esdtest \
12                 --disable-alsa --disable-alsa09 \
13                 --disable-arts --disable-nas"
14
15 do_stage() {
16         install -d ${STAGING_INCDIR}/ao
17         install -m 0644 ${S}/include/ao/ao.h ${S}/include/ao/os_types.h \
18                         ${S}/include/ao/plugin.h ${STAGING_INCDIR}/ao/
19
20         oe_libinstall -so -C src libao ${STAGING_LIBDIR}
21 }