d220576dfb
* fix ccache building failed due to sse * gogs require go-bindata to be built * mariadb's cmake need to change END to ENDIF * fix neovim building due to gitsubmodule usage * php-redis: add blacklist from php dep * rlwrap update to new version * stfl disable perl and ruby * util-linux comment out shm & sem support * weechat disable ruby * tor building need glob
14 lines
517 B
Bash
14 lines
517 B
Bash
TERMUX_PKG_HOMEPAGE=http://djvu.sourceforge.net/
|
|
TERMUX_PKG_DESCRIPTION="Suite to create, manipulate and view DjVu ('déjà vu') documents"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=3.5.28
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/djvu/djvulibre-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=fcd009ea7654fde5a83600eb80757bd3a76998e47d13c66b54c8db849f8f2edc
|
|
TERMUX_PKG_DEPENDS="libtiff"
|
|
|
|
termux_step_pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|