mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-26 18:21:47 +01:00
main/sdl_image: specify license
This commit is contained in:
parent
bab0b3d1ca
commit
33ab27fa2d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user