milis/talimatname/genel/o/openal/talimat

26 lines
547 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.

# Tanım: 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
# Paketçi: milisarge
# Gerekler: alsa-lib cmake
# Grup: medya
isim=openal
surum=1.16.0
devir=1
kaynak=(http://kcat.strangesoft.net/openal-releases/openal-soft-$surum.tar.bz2 )
derle() {
cd openal-soft-$surum/build
cmake ../ \
-DCMAKE_INSTALL_PREFIX=/usr \
-DOSS=OFF \
-DEXAMPLES=OFF \
-DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE=true
make
make DESTDIR=$PKG install
}