milis/talimatname/genel/s/sdl-mixer/talimat

19 lines
496 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: Örnek bir çok kanallı ses karıştırıcı kitaplığı.
# URL: http://www.libsdl.org/projects/SDL_mixer
# Paketçi: milisarge
# Gerekler: libvorbis smpeg libmikmod flac
# Grup: kütüphane
isim=sdl-mixer
surum=1.2.12
devir=2
kaynak=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$surum.tar.gz)
derle() {
cd SDL_mixer-$surum
sed -i -e 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}