postgresql: Use --without-readline in native build
[termux-packages] / packages / leptonica / build.sh
CommitLineData
93779b4a
DM
1TERMUX_PKG_HOMEPAGE=http://www.leptonica.com/
2TERMUX_PKG_DESCRIPTION="Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications"
1afcecfc 3TERMUX_PKG_VERSION=1.74.1
2225c1f4 4TERMUX_PKG_DEPENDS="libjpeg-turbo, libpng, libtiff"
93779b4a 5TERMUX_PKG_SRCURL=http://www.leptonica.com/source/leptonica-${TERMUX_PKG_VERSION}.tar.gz
1afcecfc 6TERMUX_PKG_SHA256=746a517a47a3bd2a90bc8d581ca6464c10f30e91a60209735efe45b3778bec62
27633623 7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-giflib --without-libwebp --without-libopenjpeg"