milis/talimatname/genel/sdl/talimat

18 lines
476 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: Basit Directmedia Layer, bir kitaplık çoklu biçimi
# URL: http://www.libsdl.org
# Packager: milisarge
# Depends on: alsa-lib nasm libusb pulseaudio xorg-libx11 xorg-libxext
name=sdl
version=1.2.15
release=1
source=(http://www.libsdl.org/release/SDL-$version.tar.gz)
build() {
cd SDL-$version
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
}