fixsmall
authorwind@(none) <wind@(none)>
Sun, 9 Nov 2003 10:47:11 +0000 (10:47 +0000)
committerwind@(none) <wind@(none)>
Sun, 9 Nov 2003 10:47:11 +0000 (10:47 +0000)
BKrev: 3fae1b2fQkHFmVjl5qu5xyFFJD_5ig

alsa-driver/alsadriver_0_9_8.oe
alsa-lib/alsalib_0_9_8.oe
alsa-oss/alsa-oss_0_9_8.oe
alsa-tools/alsa-tools_0_9_8.oe
alsa-utils/alsa-utils_0_9_8.oe

index e69de29..0dbbccc 100644 (file)
@@ -0,0 +1,12 @@
+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
+
index e69de29..81d7f13 100644 (file)
@@ -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
+}
+
index e69de29..ff5af18 100644 (file)
@@ -0,0 +1,11 @@
+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
index e69de29..5d924da 100644 (file)
@@ -0,0 +1,11 @@
+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
index e69de29..b12adfc 100644 (file)
@@ -0,0 +1,11 @@
+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