void-packages/srcpkgs/SDL_image/template

26 lines
857 B
Text
Raw Normal View History

# Template file for 'SDL_image'
pkgname=SDL_image
2012-01-21 20:11:44 +00:00
version=1.2.12
2012-01-16 14:19:45 +00:00
homepage="http://www.libsdl.org/projects/SDL_image/"
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
build_style=gnu-configure
depends="libpng tiff jpeg libwebp"
makedepends="libpng-devel tiff-devel jpeg-devel SDL-devel libwebp-devel"
revision=1
short_desc="Load images as SDL surfaces"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-01-16 14:19:45 +00:00
license="BSD"
2012-01-21 20:11:44 +00:00
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."
subpackages="$pkgname-devel"
2012-01-16 14:19:45 +00:00
# The following are dlopen(3)ed at runtime.
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}