milis/talimatname/genel/openal/talimat

25 lines
565 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: OpenAL, oyun uygulamaları ve diğer birçok sesli uygulama türleri ile kullanılmak için uygun olan çapraz platform 3D ses API'sıdır.
# URL: https://openal.org/
# Packager: milisarge
# Depends on: alsa-lib cmake
name=openal
version=1.16.0
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
}