summaryrefslogtreecommitdiffstats
path: root/extra/openal
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
parent3ca8fc8eea013ea32691066e4cfe4b2f3065150b (diff)
downloadnutyx-extra-0429228e51da4d3e07434a9214eb429f1180b70b.tar.gz
nutyx-extra-0429228e51da4d3e07434a9214eb429f1180b70b.tar.bz2
nutyx-extra-0429228e51da4d3e07434a9214eb429f1180b70b.tar.xz
nutyx-extra-0429228e51da4d3e07434a9214eb429f1180b70b.zip
ajout de openal#1.12.854-1
Diffstat (limited to 'extra/openal')
-rw-r--r--extra/openal/.footprint15
-rw-r--r--extra/openal/.md5sum1
-rw-r--r--extra/openal/Pkgfile18
3 files changed, 34 insertions, 0 deletions
diff --git a/extra/openal/.footprint b/extra/openal/.footprint
new file mode 100644
index 000000000..5217e280a
--- /dev/null
+++ b/extra/openal/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/openal-info
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/AL/
+-rw-r--r-- root/root usr/include/AL/al.h
+-rw-r--r-- root/root usr/include/AL/alc.h
+-rw-r--r-- root/root usr/include/AL/alext.h
+-rw-r--r-- root/root usr/include/AL/efx.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libopenal.so -> libopenal.so.1
+lrwxrwxrwx root/root usr/lib/libopenal.so.1 -> libopenal.so.1.12.854
+-rwxr-xr-x root/root usr/lib/libopenal.so.1.12.854
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/openal.pc
diff --git a/extra/openal/.md5sum b/extra/openal/.md5sum
new file mode 100644
index 000000000..bb6258bcc
--- /dev/null
+++ b/extra/openal/.md5sum
@@ -0,0 +1 @@
+fbf36451fdebd6466edbdc0ee7db9603 openal-soft-1.12.854.tar.bz2
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
+}
+