milis/talimatname/genel/openal/talimat

25 lines
548 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 Soft, OpenAL 3D ses API'sinin LGPL lisanslı, çapraz platformlu bir yazılım uygulamasıdır.
# URL: http://kcat.strangesoft.net/openal.html
# 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
}