From: David Martínez Date: Tue, 29 Mar 2016 21:51:57 +0000 (+0200) Subject: Added zbar package X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/a15ca16ffac2df8a79ee88384a3047685ec91592 Added zbar package --- diff --git a/packages/zbar/build.sh b/packages/zbar/build.sh new file mode 100644 index 00000000..e3814791 --- /dev/null +++ b/packages/zbar/build.sh @@ -0,0 +1,7 @@ +TERMUX_PKG_HOMEPAGE=http://zbar.sourceforge.net +TERMUX_PKG_DESCRIPTION="ZBar is an open source software suite for reading bar codes from various sources" +TERMUX_PKG_VERSION=0.10 +TERMUX_PKG_BUILD_REVISION=1 +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"