opt/openal/Pkgfile

22 lines
469 B
Plaintext
Raw Normal View History

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