summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-driver/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/alsa-driver/DETAILS')
-rwxr-xr-xaudio-drivers/alsa-driver/DETAILS37
1 files changed, 37 insertions, 0 deletions
diff --git a/audio-drivers/alsa-driver/DETAILS b/audio-drivers/alsa-driver/DETAILS
new file mode 100755
index 0000000000..fabfa0beff
--- /dev/null
+++ b/audio-drivers/alsa-driver/DETAILS
@@ -0,0 +1,37 @@
+ SPELL=alsa-driver
+ VERSION=1.0.9b
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/driver/$SOURCE
+ MD5[0]=88a2cceca0c37301d8b115564ab7d4a5
+ WEB_SITE=http://www.alsa-project.org/
+ ENTERED=20010922
+ UPDATED=20040717
+ ARCHIVE="off"
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="Drivers from the Advanced Linux Sound Architecture project"
+cat << EOF
+From http://www.alsa-project.org/intro.php3
+The Advanced Linux Sound Architecture project is being developed in the
+Linux operating system and is released under version 2 of the GPL (GNU
+general public license) and the LGPL (GNU library general public license).
+
+Primary goals:
+
+1. Create a fully modularized sound driver which supports kerneld and kmod.
+
+2. Create the ALSA Kernel API which surpasses the current OSS API.
+
+3. Maintain compatibility with most OSS/Lite binaries.
+
+4. Create the ALSA Library (C, C++), which simplifies ALSA application
+development.
+
+5. Create the ALSA Manager, an interactive configuration program for
+the driver.
+
+Lastly, this sorcery spell supports one and only one sound card.
+If you have more or it is ISA, then you will likely have to create
+a custom spell.
+EOF