termux-packages/packages/libgd/build.sh

13 lines
731 B
Bash
Raw Normal View History

2017-01-19 18:53:03 +01:00
TERMUX_PKG_HOMEPAGE=https://libgd.github.io/
TERMUX_PKG_DESCRIPTION="GD is an open source code library for the dynamic creation of images by programmers"
TERMUX_PKG_LICENSE="BSD"
2017-10-06 22:51:45 +02:00
TERMUX_PKG_VERSION=2.2.5
TERMUX_PKG_REVISION=5
2017-10-06 22:51:45 +02:00
TERMUX_PKG_SHA256=a66111c9b4a04e818e9e2a37d7ae8d4aae0939a100a36b0ffb52c706a09074b5
TERMUX_PKG_SRCURL=https://github.com/libgd/libgd/releases/download/gd-${TERMUX_PKG_VERSION}/libgd-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="freetype, fontconfig, libiconv, libjpeg-turbo, libpng, libtiff, libwebp, zlib"
2016-04-29 16:11:50 +02:00
# Disable vpx support for now, look at https://github.com/gagern/libgd/commit/d41eb72cd4545c394578332e5c102dee69e02ee8
# for enabling:
2017-03-30 23:32:04 +02:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-vpx --without-x"