2007-04-11 05:27:15 +10:00
|
|
|
# Description: SDL_image is an image file loading library.
|
|
|
|
# URL: http://www.libsdl.org/projects/SDL_image
|
2023-03-03 11:52:19 -05:00
|
|
|
# Maintainer: John McQuah, jmcquah at disroot dot org
|
2008-02-24 17:00:54 +11:00
|
|
|
# Depends on: libtiff libpng libsdl
|
2023-03-03 11:52:19 -05:00
|
|
|
# Optional: libwebp
|
2007-04-11 05:27:15 +10:00
|
|
|
|
|
|
|
name=sdl_image
|
2012-04-06 17:39:23 +10:00
|
|
|
version=1.2.12
|
2007-04-11 05:27:15 +10:00
|
|
|
release=1
|
|
|
|
source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd SDL_image-$version
|
2023-03-03 11:52:19 -05:00
|
|
|
./configure --prefix=/usr --disable-sdltest
|
2007-04-11 05:27:15 +10:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|