main/sdl_image: specify license

This commit is contained in:
Fabian Affolter 2013-12-02 20:18:23 +00:00 committed by Natanael Copa
parent bab0b3d1ca
commit 33ab27fa2d

View File

@ -2,20 +2,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sdl_image
pkgver=1.2.12
pkgrel=2
pkgrel=3
pkgdesc="A simple library to load images of various formats as SDL surfaces"
url="http://www.libsdl.org/projects/SDL_image/"
arch="all"
license="LGPL"
depends=
license="LGPL2+"
depends=""
makedepends="sdl-dev libpng-dev libjpeg-turbo-dev tiff-dev zlib-dev"
install=
install=""
subpackages="$pkgname-dev"
source="http://www.libsdl.org/projects/SDL_image/release/SDL_image-${pkgver}.tar.gz
"
source="http://www.libsdl.org/projects/SDL_image/release/SDL_image-${pkgver}.tar.gz"
_builddir="$srcdir"/SDL_image-$pkgver
prepare() {
cd "$_builddir"
update_config_sub || return 1
@ -43,7 +41,6 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
}
md5sums="a0f9098ebe5400f0bdc9b62e60797ecb SDL_image-1.2.12.tar.gz"