# Description: SDL_image is an image file loading library. # URL: http://www.libsdl.org/projects/SDL_image # Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: libtiff libpng libsdl # Optional: libwebp name=sdl_image version=1.2.12 release=1 source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar.gz) build() { cd SDL_image-$version ./configure --prefix=/usr --disable-sdltest make make DESTDIR=$PKG install }