summaryrefslogtreecommitdiffstats
path: root/test/openal
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-19 18:29:59 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-19 18:29:59 +0100
commit13649d120231a74b6bc8a0cc51ba9e3254cea7d6 (patch)
tree1a83bfe8170c1c9283f3d73d704156dc89cd8ff3 /test/openal
parentaa8dbf45cd553b0f62c62c5c5fb4d51d17f03304 (diff)
downloadnutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.gz
nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.bz2
nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.xz
nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.zip
suppression du dossier test
Diffstat (limited to 'test/openal')
-rw-r--r--test/openal/.footprint.i68615
-rw-r--r--test/openal/.footprint.x86_6415
-rw-r--r--test/openal/.md5sum.i6861
-rw-r--r--test/openal/.md5sum.x86_641
-rw-r--r--test/openal/Pkgfile18
5 files changed, 0 insertions, 50 deletions
diff --git a/test/openal/.footprint.i686 b/test/openal/.footprint.i686
deleted file mode 100644
index 5217e280a..000000000
--- a/test/openal/.footprint.i686
+++ /dev/null
@@ -1,15 +0,0 @@
-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/test/openal/.footprint.x86_64 b/test/openal/.footprint.x86_64
deleted file mode 100644
index 5217e280a..000000000
--- a/test/openal/.footprint.x86_64
+++ /dev/null
@@ -1,15 +0,0 @@
-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/test/openal/.md5sum.i686 b/test/openal/.md5sum.i686
deleted file mode 100644
index bb6258bcc..000000000
--- a/test/openal/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-fbf36451fdebd6466edbdc0ee7db9603 openal-soft-1.12.854.tar.bz2
diff --git a/test/openal/.md5sum.x86_64 b/test/openal/.md5sum.x86_64
deleted file mode 100644
index bb6258bcc..000000000
--- a/test/openal/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-fbf36451fdebd6466edbdc0ee7db9603 openal-soft-1.12.854.tar.bz2
diff --git a/test/openal/Pkgfile b/test/openal/Pkgfile
deleted file mode 100644
index 92f8e37e0..000000000
--- a/test/openal/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}
-