summaryrefslogtreecommitdiffstats
path: root/extra/openal/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-14 17:03:38 +0200
committersibel <lesibel at free dot fr>2010-07-14 17:03:38 +0200
commit0429228e51da4d3e07434a9214eb429f1180b70b (patch)
tree772e6c75172252adc04b4d5a0a4297cc648e3c87 /extra/openal/Pkgfile
parent3ca8fc8eea013ea32691066e4cfe4b2f3065150b (diff)
downloadnutyx-pakxe-0429228e51da4d3e07434a9214eb429f1180b70b.tar.gz
nutyx-pakxe-0429228e51da4d3e07434a9214eb429f1180b70b.tar.bz2
nutyx-pakxe-0429228e51da4d3e07434a9214eb429f1180b70b.tar.xz
nutyx-pakxe-0429228e51da4d3e07434a9214eb429f1180b70b.zip
ajout de openal#1.12.854-1
Diffstat (limited to 'extra/openal/Pkgfile')
-rw-r--r--extra/openal/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/openal/Pkgfile b/extra/openal/Pkgfile
new file mode 100644
index 000000000..92f8e37e0
--- /dev/null
+++ b/extra/openal/Pkgfile
@@ -0,0 +1,18 @@
+# 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, pkgconfig
+
+name=openal
+version=1.12.854
+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
+}
+