From 2723d35575adc0b81d3e486505b69605b6d42ed7 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 15:46:37 +0100 Subject: openal dans test --- extra/openal/.footprint | 12 ------------ extra/openal/.md5sum | 1 - extra/openal/Pkgfile | 25 ------------------------- test/openal/.footprint | 12 ++++++++++++ test/openal/.md5sum | 1 + test/openal/Pkgfile | 25 +++++++++++++++++++++++++ 6 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 extra/openal/.footprint delete mode 100644 extra/openal/.md5sum delete mode 100644 extra/openal/Pkgfile create mode 100644 test/openal/.footprint create mode 100644 test/openal/.md5sum create mode 100644 test/openal/Pkgfile diff --git a/extra/openal/.footprint b/extra/openal/.footprint deleted file mode 100644 index b17fa0900..000000000 --- a/extra/openal/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -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/extra/openal/.md5sum b/extra/openal/.md5sum deleted file mode 100644 index 9f4dfe1d9..000000000 --- a/extra/openal/.md5sum +++ /dev/null @@ -1 +0,0 @@ -d6324d0e7a4fd799e48e720c023fe1c0 openal-soft-1.10.622.bz2 diff --git a/extra/openal/Pkgfile b/extra/openal/Pkgfile deleted file mode 100644 index 320c165d8..000000000 --- a/extra/openal/Pkgfile +++ /dev/null @@ -1,25 +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 - -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 -} - 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 +} + -- cgit v1.2.3-70-g09d2