description="Simple Directmedia Layer, a library multiplatforme"
url="http://www.libsdl.org"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(alsa-lib nasm libusb pulseaudio xorg-libx11 xorg-libxext)

name=sdl1
version=1.2.15

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

# Obsolets libs
rm $PKG/usr/lib/libSDL.la
rm $PKG/usr/lib/libSDLmain.la
}
