diff --git a/openal/.footprint b/openal/.footprint index 1a53212cf..e784eed5c 100644 --- a/openal/.footprint +++ b/openal/.footprint @@ -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 diff --git a/openal/.md5sum b/openal/.md5sum index e69de29bb..fba4524bf 100644 --- a/openal/.md5sum +++ b/openal/.md5sum @@ -0,0 +1 @@ +641cf53761f35ee979f3e888614797a0 openal-0.0.8.tar.gz diff --git a/openal/Pkgfile b/openal/Pkgfile index d2a34f94b..8e28cc79e 100644 --- a/openal/Pkgfile +++ b/openal/Pkgfile @@ -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 \