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"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="LGPL-2.0"
|
2016-03-29 23:51:57 +02:00
|
|
|
TERMUX_PKG_VERSION=0.10
|
2019-07-20 10:42:33 +02:00
|
|
|
TERMUX_PKG_REVISION=10
|
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
|
2019-05-05 16:45:07 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libiconv, imagemagick, libjpeg-turbo, zlib"
|
2019-07-20 10:42:33 +02:00
|
|
|
TERMUX_PKG_BREAKS="zbar-dev"
|
|
|
|
TERMUX_PKG_REPLACES="zbar-dev"
|
2016-10-30 15:20:21 +01:00
|
|
|
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"
|
2016-05-04 14:54:30 +02:00
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_pre_configure() {
|
2016-05-04 14:54:30 +02:00
|
|
|
autoconf
|
|
|
|
}
|