14 lines
489 B
Makefile
14 lines
489 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
# Copyright (C) 0riginally created by Escalade (https://github.com/escalade)
|
||
|
# Copyright (C) 2018-present 5schatten (https://github.com/5schatten)
|
||
|
|
||
|
PKG_NAME="SDL2_image"
|
||
|
PKG_VERSION="2.0.5"
|
||
|
#PKG_SHA256=""
|
||
|
PKG_LICENSE="GPL"
|
||
|
PKG_SITE="http://www.libsdl.org/"
|
||
|
PKG_URL="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$PKG_VERSION.tar.gz"
|
||
|
PKG_DEPENDS_TARGET="toolchain SDL2"
|
||
|
PKG_LONGDESC="SDL_image is an image file loading library. "
|
||
|
|