From da9e38236f66050e87d8bd2c8f05f2326282aa58 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Mon, 11 Oct 2004 15:05:02 +0000 Subject: More section fixes BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ --- alsa-lib/alsa-lib_1.0.4.oe | 1 + alsa-lib/alsa-lib_1.0.5.oe | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) (limited to 'alsa-lib') diff --git a/alsa-lib/alsa-lib_1.0.4.oe b/alsa-lib/alsa-lib_1.0.4.oe index 0e6a717683..f446feb581 100644 --- a/alsa-lib/alsa-lib_1.0.4.oe +++ b/alsa-lib/alsa-lib_1.0.4.oe @@ -1,5 +1,6 @@ DESCRIPTION = "Alsa sound library" MAINTAINER = "Lorn Potter " +SECTION = "base" LICENSE = "GPL" FILES_alsa-lib_append = " ${datadir}/alsa" diff --git a/alsa-lib/alsa-lib_1.0.5.oe b/alsa-lib/alsa-lib_1.0.5.oe index e69de29bb2..d134298316 100644 --- a/alsa-lib/alsa-lib_1.0.5.oe +++ b/alsa-lib/alsa-lib_1.0.5.oe @@ -0,0 +1,20 @@ +DESCRIPTION = "Alsa sound library" +MAINTAINER = "Lorn Potter " +LICENSE = "GPL" +SECTION = "base" +FILES_alsa-lib_append = " ${datadir}/alsa" + +SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes" + +do_stage () { + oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/ + install -d ${STAGING_INCDIR}/alsa/sound + install -m 0644 include/*.h ${STAGING_INCDIR}/alsa/ + install -m 0644 include/sound/ainstr*.h ${STAGING_INCDIR}/alsa/sound/ + install -d ${STAGING_DATADIR}/aclocal + install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/ +} -- cgit v1.2.3