+DESCRIPTION="Alsa Drivers"
+MAINTAINER="Lorn Potter <lpotter@trolltech.com>"
+LICENSE="GPL"
+DEPENDS="virtual/libc"
+
+SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-driver-${PV}.tar.bz2"
+
+S="${WORKDIR}/${P}"
+
+inherit autotools
+# libtool
+
+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
+}
+
+DESCRIPTION="Alsa OSS Compatibility Package"
+MAINTAINER="Lorn Potter <lpotter@trolltech.com>"
+LICENSE="GPL"
+DEPENDS="virtual/libc"
+
+SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-oss-${PV}.tar.bz2"
+
+S="${WORKDIR}/${P}"
+
+inherit autotools
+# libtool
+DESCRIPTION="Alsa Tools"
+MAINTAINER="Lorn Potter <lpotter@trolltech.com>"
+LICENSE="GPL"
+DEPENDS="virtual/libc"
+
+SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-tools-${PV}.tar.bz2"
+
+S="${WORKDIR}/${P}"
+
+inherit autotools
+# libtool
+DESCRIPTION="Alsa Utilities"
+MAINTAINER="Lorn Potter <lpotter@trolltech.com>"
+LICENSE="GPL"
+DEPENDS="virtual/libc"
+
+SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-utils-${PV}.tar.bz2"
+
+S="${WORKDIR}/${P}"
+
+inherit autotools
+# libtool