# Description: SDL Simple DirectMedia Layer # URL: http://www.libsdl.org # Packager: sten nick dot steeves at shaw dot ca # Maintainer: Jose V Beneyto sepen at crux dot nu # Depends on: tslib xorg-libxxf86dga xorg-libxv xorg-libxrandr name=libsdl version=1.2.14 release=2 source=(http://www.libsdl.org/release/SDL-$version.tar.gz) build () { cd SDL-$version export X_LIBS="-L$CLFS/usr/lib -lX11" export X_CFLAGS="-I$CLFS/usr/include" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man \ --with-x \ --enable-input-tslib make make DESTDIR=$PKG install }