From: Fredrik Fornwall Date: Sat, 9 Apr 2016 18:38:48 +0000 (-0400) Subject: zbar: Shorten description and avoid build revision X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/83bbf2b8a84edf729480bc02bcc39df0defad4b4?ds=sidebyside zbar: Shorten description and avoid build revision --- diff --git a/packages/zbar/build.sh b/packages/zbar/build.sh index e3814791..fec6dadb 100644 --- a/packages/zbar/build.sh +++ b/packages/zbar/build.sh @@ -1,7 +1,6 @@ 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_DESCRIPTION="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"