opt/openal/Pkgfile

22 lines
469 B
Plaintext

# Description: Cross-platform 3D audio
# URL: http://www.openal.org/
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: alsa-lib, libvorbis, libsdl
name=openal
version=0.0.8
release=1
source=(http://www.openal.org/openal_webstf/downloads/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--exec-prefix=/usr \
--enable-optimization \
--enable-alsa \
--enable-vorbis \
--enable-sdl
make
make DESTDIR=$PKG install
}