summaryrefslogtreecommitdiff
path: root/openal
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2007-07-26 10:35:57 -0500
committerMatt Housh <jaeger@crux.nu>2007-07-26 10:35:57 -0500
commitd5d1b8683f478efdf8555d277f066c17603da886 (patch)
tree1b76d23b226c7f36cf04621016a5ee29152a81da /openal
parent546234d41f652a0396f7941a93164517e7a35b0f (diff)
downloadopt-d5d1b8683f478efdf8555d277f066c17603da886.tar.gz
opt-d5d1b8683f478efdf8555d277f066c17603da886.tar.xz
openal: reverted to version 0.0.8 due to svn breakage
Diffstat (limited to 'openal')
-rw-r--r--openal/.footprint6
-rw-r--r--openal/.md5sum1
-rw-r--r--openal/Pkgfile21
3 files changed, 9 insertions, 19 deletions
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 \

Generated by cgit