summaryrefslogtreecommitdiffstats
path: root/test/openal/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-13 20:28:12 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-13 20:28:12 +0200
commit4307fae40b1116a6fcaac8acd184d834caea3e45 (patch)
tree7530826da8ab10a1e5c85e80c23fa53cdcdb5488 /test/openal/Pkgfile
parent9622b5c0216bd05a92946c79d8ae5dda54cbffc7 (diff)
parenta507b2f061cc4a05c9d151f4591590ea84b25ba2 (diff)
downloadnutyx-pakxe-4307fae40b1116a6fcaac8acd184d834caea3e45.tar.gz
nutyx-pakxe-4307fae40b1116a6fcaac8acd184d834caea3e45.tar.bz2
nutyx-pakxe-4307fae40b1116a6fcaac8acd184d834caea3e45.tar.xz
nutyx-pakxe-4307fae40b1116a6fcaac8acd184d834caea3e45.zip
Merge commit 'fanch/master'
Diffstat (limited to 'test/openal/Pkgfile')
-rw-r--r--test/openal/Pkgfile21
1 files changed, 7 insertions, 14 deletions
diff --git a/test/openal/Pkgfile b/test/openal/Pkgfile
index 320c165d8..92f8e37e0 100644
--- a/test/openal/Pkgfile
+++ b/test/openal/Pkgfile
@@ -2,24 +2,17 @@
# URL: http://connect.creativelabs.com/openal
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at crux dot nu
-# Depends on: alsa-lib, cmake
+# Depends on: alsa-lib, cmake, sdl, pkgconfig
name=openal
-version=1.10.622
+version=1.12.854
release=1
-source=(http://connect.creativelabs.com/openal/Downloads/openal-soft-$version.bz2)
+source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$version.tar.bz2)
build() {
- tar -xjf openal-soft-$version.bz2
- cd openal-soft-$version/build
-
- cmake ../ \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DOSS=OFF \
- -DEXAMPLES=OFF \
- -DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE=true
-
- make
- make DESTDIR=$PKG install
+ cd $SRC/$name-soft-$version/build
+ cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+ make
+ make DESTDIR=$PKG/ install
}