summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-lib/DETAILS
diff options
context:
space:
mode:
authorVlad Glagolev2008-07-14 12:18:23 +0400
committerVlad Glagolev2008-07-14 12:18:23 +0400
commite03ca2a6fa4c92737b5721935493c8fe5919b6dc (patch)
treec0d5bd11ab6002fc13c0baa95e01c0c1988d13a7 /audio-drivers/alsa-lib/DETAILS
parentdeb9624d8ed36f089ecf9b59336b364904771dd2 (diff)
alsa-lib: => 1.0.17rc2, fixed git build
Diffstat (limited to 'audio-drivers/alsa-lib/DETAILS')
-rwxr-xr-xaudio-drivers/alsa-lib/DETAILS9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio-drivers/alsa-lib/DETAILS b/audio-drivers/alsa-lib/DETAILS
index ae118d2608..f87cbec1ee 100755
--- a/audio-drivers/alsa-lib/DETAILS
+++ b/audio-drivers/alsa-lib/DETAILS
@@ -8,12 +8,12 @@ if [[ $ALSA_LIB_GIT == y ]]; then
SOURCE=$SPELL-git.tar.bz2
SOURCE_URL[0]=git://git.alsa-project.org/alsa-lib.git:alsa-lib-git
SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
- VERSION=1.0.17rc1
+ VERSION=1.0.17rc2
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
fi
@@ -21,9 +21,8 @@ fi
KEYWORDS="drivers audio"
WEB_SITE=http://www.alsa-project.org/
ENTERED=20010922
- SHORT="Library API for using the Advanced Linux Sound Architecture."
+ SHORT="library API for using the Advanced Linux Sound Architecture"
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).