milis/talimatname/genel/s/sdl/talimat

19 lines
478 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: Basit Directmedia Layer, bir kitaplık çoklu biçimi
# URL: http://www.libsdl.org
# Paketçi: milisarge
# Gerekler: alsa-lib nasm libusb pulseaudio xorg-libx11 xorg-libxext
# Grup: tasarım
isim=sdl
surum=1.2.15
devir=1
kaynak=(http://www.libsdl.org/release/SDL-$surum.tar.gz)
derle() {
cd SDL-$surum
sed -i '/_XData32/s:register long:register _Xconst long:' src/video/x11/SDL_x11sym.h
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}