10 lines
414 B
Makefile
10 lines
414 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="lcms2"
|
|
PKG_VERSION="2.15"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="http://www.littlecms.com"
|
|
PKG_URL="https://github.com/mm2/Little-CMS/archive/lcms${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain tiff"
|
|
PKG_LONGDESC="An small-footprint color management engine, with special focus on accuracy and performance."
|