1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 12:06:40 +00:00
termux-packages/packages/imlib2/build.sh

9 lines
615 B
Bash
Raw Normal View History

2019-11-17 18:11:33 +00:00
TERMUX_PKG_HOMEPAGE=https://sourceforge.net/projects/enlightenment/
TERMUX_PKG_DESCRIPTION="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support"
TERMUX_PKG_LICENSE="BSD"
2020-08-09 13:59:39 +00:00
TERMUX_PKG_VERSION=1.7.0
2019-11-17 18:11:33 +00:00
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/enlightenment/imlib2-${TERMUX_PKG_VERSION}.tar.gz
2020-08-09 13:59:39 +00:00
TERMUX_PKG_SHA256=fde6cc188a35e34eff251ee249d2b5624aa0d85f83a689237ec2fe90ceca718a
2019-11-17 18:11:33 +00:00
TERMUX_PKG_DEPENDS="freetype, giflib, libandroid-shmem, libbz2, libid3tag, libjpeg-turbo, libpng, libtiff, libxext, zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="LIBS=-landroid-shmem"