diff options
author | wind@(none) <wind@(none)> | 2003-11-09 10:47:11 +0000 |
---|---|---|
committer | wind@(none) <wind@(none)> | 2003-11-09 10:47:11 +0000 |
commit | b6ca083137ecc2afdfd28b6a298839dd7bcf044f (patch) | |
tree | c47f1ed5a7da5d6d58036f1e8929c56c3e2c89d9 /alsa-lib | |
parent | 10aa31796ae84680dc78ae4ed894c821b8b0e6ad (diff) |
fixsmall
BKrev: 3fae1b2fQkHFmVjl5qu5xyFFJD_5ig
Diffstat (limited to 'alsa-lib')
-rw-r--r-- | alsa-lib/alsalib_0_9_8.oe | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/alsa-lib/alsalib_0_9_8.oe b/alsa-lib/alsalib_0_9_8.oe index e69de29bb2..81d7f13d9e 100644 --- a/alsa-lib/alsalib_0_9_8.oe +++ b/alsa-lib/alsalib_0_9_8.oe @@ -0,0 +1,31 @@ +DESCRIPTION="Alsa sound library" +MAINTAINER="Lorn Potter <lpotter@trolltech.com>" +LICENSE="GPL" +DEPENDS="virtual/libc" + +SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2" + +S="${WORKDIR}/${P}" + +inherit autotools +# libtool + + +EXTRA_OECONF="--with-cards=pdaudiocf --with-oss=yes" + +#do_configure () { + +#} + +#do_configure_prepend () { +# touch NEWS AUTHORS ChangeLog +#} + +do_stage () { + cp pcmcia/pdaudio/pdaudiocf.conf ${STAGING_DIR}/etc/pcmcia +} + +do_install () { + oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install +} + |