11 lines
287 B
Makefile
11 lines
287 B
Makefile
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
# Copyright (C) 2020-present Fewtarius
|
||
|
|
||
|
PKG_NAME="freeimagelite"
|
||
|
PKG_VERSION="354fa22"
|
||
|
PKG_LICENSE="GPLv3"
|
||
|
PKG_SITE="https://github.com/WohlSoft/libFreeImage"
|
||
|
PKG_URL="${PKG_SITE}.git"
|
||
|
PKG_DEPENDS_TARGET="toolchain"
|
||
|
PKG_LONGDESC="FreeImage library"
|