aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-26 21:46:08 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-26 23:36:04 -0300
commita798fa69a2e2d9f2cc876d181cd7d5a9a106b1b9 (patch)
treec07b3309409f8ace614fcbf4eb95fa3f34a08f16 /community
parent9c249acf0f40dfa27c7b4c1875b02c4996489dea (diff)
downloadaports-a798fa69a2e2d9f2cc876d181cd7d5a9a106b1b9.tar.bz2
aports-a798fa69a2e2d9f2cc876d181cd7d5a9a106b1b9.tar.xz
community/sdl2_image: fix license=
Diffstat (limited to 'community')
-rw-r--r--community/sdl2_image/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/community/sdl2_image/APKBUILD b/community/sdl2_image/APKBUILD
index f262cbaa21..7037ab21e6 100644
--- a/community/sdl2_image/APKBUILD
+++ b/community/sdl2_image/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sdl2_image
pkgver=2.0.5
-pkgrel=1
+pkgrel=2
_pkgname=SDL2_image
pkgdesc="A simple library to load images of various formats as SDL surfaces"
url="http://www.libsdl.org/projects/SDL_image/"
arch="all"
-license="zlib"
+license="Zlib"
makedepends="sdl2-dev libpng-dev libjpeg-turbo-dev
libwebp-dev tiff-dev zlib-dev"
subpackages="$pkgname-dev"
@@ -28,7 +28,6 @@ builddir="$srcdir/$_pkgname-$pkgver"
# - CVE-2017-14450 TALOS-2017-0499
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -43,12 +42,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}