summaryrefslogtreecommitdiffstats
path: root/test/openal/Pkgfile
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-02-27 15:49:44 +0100
committersibel <sibel@free.fr>2010-02-27 15:49:44 +0100
commitf9918d059520d60cd914f23304d8a101dbd342a1 (patch)
treeb2213423375f24a053711c50943b69426ab88db9 /test/openal/Pkgfile
parent9332487c6521ca1b58e7a9836a6158ab50d6f5fb (diff)
parent6e598c792c7aa2ec210123efee42601a01b09064 (diff)
downloadnutyx-extra-f9918d059520d60cd914f23304d8a101dbd342a1.tar.gz
nutyx-extra-f9918d059520d60cd914f23304d8a101dbd342a1.tar.bz2
nutyx-extra-f9918d059520d60cd914f23304d8a101dbd342a1.tar.xz
nutyx-extra-f9918d059520d60cd914f23304d8a101dbd342a1.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'test/openal/Pkgfile')
-rw-r--r--test/openal/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/openal/Pkgfile b/test/openal/Pkgfile
new file mode 100644
index 000000000..320c165d8
--- /dev/null
+++ b/test/openal/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Cross-platform 3D audio.
+# 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
+
+name=openal
+version=1.10.622
+release=1
+source=(http://connect.creativelabs.com/openal/Downloads/openal-soft-$version.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
+}
+