termux-packages/packages/zbar/build.sh

16 lines
647 B
Bash
Raw Normal View History

2016-03-29 23:51:57 +02:00
TERMUX_PKG_HOMEPAGE=http://zbar.sourceforge.net
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
TERMUX_PKG_REVISION=6
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
2017-02-12 22:15:13 +01:00
TERMUX_PKG_SHA256=234efb39dbbe5cef4189cc76f37afbe3cfcfb45ae52493bfe8e191318bdbadc6
TERMUX_PKG_DEPENDS="imagemagick, libjpeg-turbo"
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
}