summaryrefslogtreecommitdiffstats
path: root/openal/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'openal/Pkgfile')
-rw-r--r--openal/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/openal/Pkgfile b/openal/Pkgfile
new file mode 100644
index 000000000..711a736c5
--- /dev/null
+++ b/openal/Pkgfile
@@ -0,0 +1,20 @@
+# 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, sdl, pkg-config
+# Run on: alsa-lib,sdl
+
+name=openal
+version=1.13
+release=1
+source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$version.tar.bz2)
+
+build() {
+ cd $SRC/$name-soft-$version/build
+ cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+ make
+ make DESTDIR=$PKG/ install
+}
+
+