s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
[termux-packages] / packages / zbar / build.sh
CommitLineData
a15ca16f 1TERMUX_PKG_HOMEPAGE=http://zbar.sourceforge.net
83bbf2b8 2TERMUX_PKG_DESCRIPTION="Software suite for reading bar codes from various sources"
a15ca16f 3TERMUX_PKG_VERSION=0.10
af4dc416 4TERMUX_PKG_REVISION=2
a15ca16f
DM
5TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/zbar/zbar/0.10/zbar-${TERMUX_PKG_VERSION}.tar.bz2
6TERMUX_PKG_DEPENDS="imagemagick"
a2e391a3
FF
7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-pthread
8--disable-video --without-xshm --without-xv
9--without-x --without-gtk --without-qt
10--without-python --mandir=$TERMUX_PREFIX/share/man"
bb27a0ec
FF
11
12termux_step_pre_configure () {
13 # Run autoreconf since we have patched configure.ac
14 cd $TERMUX_PKG_SRCDIR
15 autoconf
16}