2016-03-29 23:51:57 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://zbar.sourceforge.net
|
2016-04-09 20:38:48 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Software suite for reading bar codes from various sources"
|
2016-03-29 23:51:57 +02:00
|
|
|
TERMUX_PKG_VERSION=0.10
|
2016-08-13 03:30:22 +02:00
|
|
|
TERMUX_PKG_BUILD_REVISION=2
|
2016-03-29 23:51:57 +02:00
|
|
|
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/zbar/zbar/0.10/zbar-${TERMUX_PKG_VERSION}.tar.bz2
|
|
|
|
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"
|
2016-05-04 14:54:30 +02:00
|
|
|
|
|
|
|
termux_step_pre_configure () {
|
|
|
|
# Run autoreconf since we have patched configure.ac
|
|
|
|
cd $TERMUX_PKG_SRCDIR
|
|
|
|
autoconf
|
|
|
|
}
|