k2pdfopt: Add dependencies

Depends on `djvulibre` and `gsl` in accordance with Debian package.
This commit is contained in:
Tee KOBAYASHI 2022-09-19 11:44:11 +09:00 committed by xtkoba
parent e0b2ebc4e1
commit d2be411fb9
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
TERMUX_PKG_HOMEPAGE=https://www.willus.com/k2pdfopt/
TERMUX_PKG_DESCRIPTION="A tool that optimizes PDF files for viewing on mobile readers"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_LICENSE="AGPL-V3"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.53
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://www.willus.com/k2pdfopt/src/k2pdfopt_v${TERMUX_PKG_VERSION}_src.zip
TERMUX_PKG_SHA256=58c1b0647be5237570c110b0bb77eb78fab384282a2648edb59eac673070959b
TERMUX_PKG_DEPENDS="ghostscript, leptonica, libjasper, libjpeg-turbo, libpng, zlib"
TERMUX_PKG_DEPENDS="djvulibre, ghostscript, gsl, leptonica, libjasper, libjpeg-turbo, libpng, zlib"
TERMUX_PKG_BUILD_IN_SRC=true