preload-hacks: Some patches to make it work.
[termux-packages] / packages / zbar / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=http://zbar.sourceforge.net
2TERMUX_PKG_DESCRIPTION="Software suite for reading bar codes from various sources"
3TERMUX_PKG_VERSION=0.10
4TERMUX_PKG_REVISION=6
5TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/zbar/zbar/0.10/zbar-${TERMUX_PKG_VERSION}.tar.bz2
6TERMUX_PKG_SHA256=234efb39dbbe5cef4189cc76f37afbe3cfcfb45ae52493bfe8e191318bdbadc6
7TERMUX_PKG_DEPENDS="imagemagick, libjpeg-turbo"
8TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-pthread
9--disable-video --without-xshm --without-xv
10--without-x --without-gtk --without-qt
11--without-python --mandir=$TERMUX_PREFIX/share/man"
12
13termux_step_pre_configure () {
14 autoconf
15}