X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/202a1fb5d3efb4affe66cabc1f5ed33de0db1d80..d8608b14ec6c97f0228a63bea6b4044821f4ee61:/packages/zbar/build.sh diff --git a/packages/zbar/build.sh b/packages/zbar/build.sh index fec6dadb..182fa65f 100644 --- a/packages/zbar/build.sh +++ b/packages/zbar/build.sh @@ -1,6 +1,15 @@ TERMUX_PKG_HOMEPAGE=http://zbar.sourceforge.net TERMUX_PKG_DESCRIPTION="Software suite for reading bar codes from various sources" TERMUX_PKG_VERSION=0.10 +TERMUX_PKG_REVISION=4 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/zbar/zbar/0.10/zbar-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=234efb39dbbe5cef4189cc76f37afbe3cfcfb45ae52493bfe8e191318bdbadc6 TERMUX_PKG_DEPENDS="imagemagick" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-pthread --disable-video --without-xshm --without-xv --without-gtk --without-qt --without-python --mandir=$TERMUX_PREFIX/share/man" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-pthread +--disable-video --without-xshm --without-xv +--without-x --without-gtk --without-qt +--without-python --mandir=$TERMUX_PREFIX/share/man" + +termux_step_pre_configure () { + autoconf +}