contrib/sdl_image/Pkgfile

18 lines
456 B
Plaintext
Raw Normal View History

2007-04-10 21:27:15 +02:00
# Description: SDL_image is an image file loading library.
# URL: http://www.libsdl.org/projects/SDL_image
2023-03-03 17:52:19 +01:00
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: libtiff libpng libsdl
2023-03-03 17:52:19 +01:00
# Optional: libwebp
2007-04-10 21:27:15 +02:00
name=sdl_image
2012-04-06 09:39:23 +02:00
version=1.2.12
2007-04-10 21:27:15 +02: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 17:52:19 +01:00
./configure --prefix=/usr --disable-sdltest
2007-04-10 21:27:15 +02:00
make
make DESTDIR=$PKG install
}