qpdf: add package (#1889)

This commit is contained in:
Vishal Biswas 2017-12-02 16:43:35 +00:00 committed by Fredrik Fornwall
parent ffd96109d0
commit 16f4d125e9
1 changed files with 13 additions and 0 deletions

13
packages/qpdf/build.sh Normal file
View File

@ -0,0 +1,13 @@
TERMUX_PKG_HOMEPAGE=http://qpdf.sourceforge.net
TERMUX_PKG_DESCRIPTION="A Content-Preserving PDF Transformation System"
TERMUX_PKG_VERSION=7.0.0
TERMUX_PKG_SRCURL=https://github.com/qpdf/qpdf/archive/release-qpdf-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=a599c1118c42b2300c27b95c86d005dedf5901f3b60c324c968296126b15594f
TERMUX_PKG_DEPENDS="libjpeg-turbo"
TERMUX_PKG_MAINTAINER="Vishal Biswas @vishalbiswas"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-random=/dev/urandom"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure () {
autoreconf -fi
}