23 lines
871 B
Text
23 lines
871 B
Text
# Template file for 'SDL_image'
|
|
pkgname=SDL_image
|
|
version=1.2.12
|
|
revision=2
|
|
build_style=gnu-configure
|
|
# The following are dlopen(3)ed at runtime.
|
|
depends="libpng>=1.5.10 tiff jpeg libwebp"
|
|
makedepends="libpng-devel>=1.5.10 tiff-devel jpeg-devel SDL-devel libwebp-devel"
|
|
subpackages="$pkgname-devel"
|
|
short_desc="Load images as SDL surfaces"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://www.libsdl.org/projects/SDL_image/"
|
|
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
|
checksum=0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699
|
|
long_desc="
|
|
This is a simple library to load images of various formats as SDL
|
|
surfaces. This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM,
|
|
PCX, GIF, JPEG, PNG, TGA, and TIFF formats."
|
|
|
|
post_install() {
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
}
|