diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-08 01:34:05 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-08 01:34:05 +0000 |
commit | 6886dd093b5712eb6872b8bb6785eab95b678c9f (patch) | |
tree | ce15a1b94d183ef91edddfba1032e9aa0554c8ab /nonworking | |
parent | 5eab7cec98eb463db15261bc2ecb543f97fe0dcc (diff) |
Upgrade nonworking alsa-tools to current version.
BKrev: 40c5178d3USNdKUnJFhf9HDcSGSVtA
Diffstat (limited to 'nonworking')
-rw-r--r-- | nonworking/alsa-tools/alsa-tools_0.9.8.oe | 50 | ||||
-rw-r--r-- | nonworking/alsa-tools/alsa-tools_1.0.4.oe | 0 |
2 files changed, 0 insertions, 50 deletions
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 index d3acda0617..0000000000 --- a/nonworking/alsa-tools/alsa-tools_0.9.8.oe +++ /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 index 0000000000..e69de29bb2 --- /dev/null +++ b/nonworking/alsa-tools/alsa-tools_1.0.4.oe |