Upgrade nonworking alsa-tools to current version.
authorChris Larson <clarson@kergoth.com>
Tue, 8 Jun 2004 01:34:05 +0000 (01:34 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 8 Jun 2004 01:34:05 +0000 (01:34 +0000)
BKrev: 40c5178d3USNdKUnJFhf9HDcSGSVtA

nonworking/alsa-tools/alsa-tools_0.9.8.oe [deleted file]
nonworking/alsa-tools/alsa-tools_1.0.4.oe [new file with mode: 0644]

diff --git a/nonworking/alsa-tools/alsa-tools_0.9.8.oe b/nonworking/alsa-tools/alsa-tools_0.9.8.oe
deleted file mode 100644 (file)
index d3acda0..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-DESCRIPTION="Alsa Tools"
-MAINTAINER="Lorn Potter <lpotter@trolltech.com>"
-LICENSE="GPL"
-DEPENDS=""
-
-SRC_URI="ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2"
-
-inherit autotools
-
-dirs = ac3dec \
-       as10k1 \
-       envy24control \
-       hdsploader \
-       hdspmixer \
-       mixartloader \
-       rmedigicontrol \
-       sb16_csp \
-       seq \
-       sscape_ctl \
-       us428control \
-       usx2yloader \
-       vxloader
-
-do_configure () {
-       for d in ${dirs}; do
-               (
-                       S="$S/$d"
-                       cd ${S}
-                       oe_runconf
-               )
-       done
-}
-
-do_compile () {
-       for d in ${dirs}; do
-               (
-                       cd ${S}/$d
-                       oe_runmake
-               )
-       done
-}
-
-do_install () {
-       for d in ${dirs}; do
-               (
-                       cd ${S}/$d
-                       oe_runmake 'DESTDIR=${D}' install
-               )
-       done
-}
diff --git a/nonworking/alsa-tools/alsa-tools_1.0.4.oe b/nonworking/alsa-tools/alsa-tools_1.0.4.oe
new file mode 100644 (file)
index 0000000..e69de29