Files
LibreELEC.tv/packages/addons/addon-depends/emby-depends/imagemagick/package.mk
2019-08-13 13:21:02 +02:00

23 lines
878 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="imagemagick"
PKG_VERSION="7.0.8-60"
PKG_SHA256="a0ffa621051aa66b4eec919761d1a741aefea8b993acc2425e3ed5855c540156"
PKG_LICENSE="http://www.imagemagick.org/script/license.php"
PKG_SITE="http://www.imagemagick.org/"
PKG_URL="https://github.com/ImageMagick/ImageMagick/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Software suite to create, edit, compose, or convert bitmap images"
PKG_CONFIGURE_OPTS_TARGET="--disable-openmp \
--disable-static \
--enable-shared \
--with-pango=no \
--with-utilities=no \
--with-x=no"
makeinstall_target() {
make install DESTDIR=$INSTALL $PKG_MAKEINSTALL_OPTS_TARGET
}