openal: moved contrib -> opt
This commit is contained in:
parent
fda40b696a
commit
78b271f19f
16
openal/.footprint
Normal file
16
openal/.footprint
Normal file
@ -0,0 +1,16 @@
|
||||
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-creative.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.13.0
|
||||
-rwxr-xr-x root/root usr/lib/libopenal.so.1.13.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/openal.pc
|
1
openal/.md5sum
Normal file
1
openal/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
58b7d2809790c70681b825644c5f3614 openal-soft-1.13.tar.bz2
|
23
openal/Pkgfile
Normal file
23
openal/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
||||
# Description: Cross-platform 3D audio.
|
||||
# URL: http://kcat.strangesoft.net/openal.html
|
||||
# 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.13
|
||||
release=1
|
||||
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user