openal: reverted to version 0.0.8 due to svn breakage

This commit is contained in:
Matt Housh 2007-07-26 10:35:57 -05:00
parent 546234d41f
commit d5d1b8683f
3 changed files with 9 additions and 19 deletions

View File

@ -9,8 +9,8 @@ drwxr-xr-x root/root usr/include/AL/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libopenal.a
-rwxr-xr-x root/root usr/lib/libopenal.la
lrwxrwxrwx root/root usr/lib/libopenal.so -> libopenal.so.1.0.0
lrwxrwxrwx root/root usr/lib/libopenal.so.1 -> libopenal.so.1.0.0
-rwxr-xr-x root/root usr/lib/libopenal.so.1.0.0
lrwxrwxrwx root/root usr/lib/libopenal.so -> libopenal.so.0.0.0
lrwxrwxrwx root/root usr/lib/libopenal.so.0 -> libopenal.so.0.0.0
-rwxr-xr-x root/root usr/lib/libopenal.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/openal.pc

View File

@ -0,0 +1 @@
641cf53761f35ee979f3e888614797a0 openal-0.0.8.tar.gz

View File

@ -1,26 +1,15 @@
# Description: Cross-platform 3D audio
# URL: http://www.openal.org/
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: subversion, alsa-lib, libvorbis, libsdl
# Depends on: alsa-lib, libvorbis, libsdl
name=openal
version=svn
release=2
source=()
version=0.0.8
release=1
source=(http://www.openal.org/openal_webstf/downloads/$name-$version.tar.gz)
build() {
if [ -d $PKGMK_SOURCE_DIR/$name ]
then
svn update --config-dir . $PKGMK_SOURCE_DIR/$name
else
svn co --config-dir . \
http://www.openal.org/repos/openal/trunk/OpenAL-Sample \
$PKGMK_SOURCE_DIR/$name
fi
cp -a $PKGMK_SOURCE_DIR/$name $SRC/
cd $name
./autogen.sh
cd $name-$version
./configure --prefix=/usr \
--exec-prefix=/usr \
--enable-optimization \