# $Id$ # Maintainer: Allan McRae # Contributor: Tom Newsom pkgname=sdl_image pkgver=1.2.10 pkgrel=2 pkgdesc="A simple library to load images of various formats as SDL surfaces" arch=('i686' 'x86_64') license=('LGPL') depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib') options=('!libtool') url="http://www.libsdl.org/projects/SDL_image/" source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-${pkgver}.tar.gz) md5sums=('6c06584b31559e2b59f2b982d0d1f628') build() { cd ${srcdir}/SDL_image-${pkgver} ./configure --prefix=/usr make || return 1 make DESTDIR=${pkgdir} install }