summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 15:46:37 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 15:46:37 +0100
commit2723d35575adc0b81d3e486505b69605b6d42ed7 (patch)
treef1effd87fd307c1ccf9d426debc1f2cc3106663f /test
parent5fa2a8fa9234e22a3c4f085987ea4cfd1f422a03 (diff)
downloadnutyx-pakxe-2723d35575adc0b81d3e486505b69605b6d42ed7.tar.gz
nutyx-pakxe-2723d35575adc0b81d3e486505b69605b6d42ed7.tar.bz2
nutyx-pakxe-2723d35575adc0b81d3e486505b69605b6d42ed7.tar.xz
nutyx-pakxe-2723d35575adc0b81d3e486505b69605b6d42ed7.zip
openal dans test
Diffstat (limited to 'test')
-rw-r--r--test/openal/.footprint12
-rw-r--r--test/openal/.md5sum1
-rw-r--r--test/openal/Pkgfile25
3 files changed, 38 insertions, 0 deletions
diff --git a/test/openal/.footprint b/test/openal/.footprint
new file mode 100644
index 000000000..b17fa0900
--- /dev/null
+++ b/test/openal/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+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
+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.10.622
+-rwxr-xr-x root/root usr/lib/libopenal.so.1.10.622
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/openal.pc
diff --git a/test/openal/.md5sum b/test/openal/.md5sum
new file mode 100644
index 000000000..9f4dfe1d9
--- /dev/null
+++ b/test/openal/.md5sum
@@ -0,0 +1 @@
+d6324d0e7a4fd799e48e720c023fe1c0 openal-soft-1.10.622.bz2
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
+}
+