new package: libwv

This commit is contained in:
Tee KOBAYASHI 2022-04-30 06:21:41 +09:00 committed by xtkoba
parent 3a24badf47
commit d78a1c7da2
2 changed files with 17 additions and 0 deletions

12
packages/libwv/build.sh Normal file
View File

@ -0,0 +1,12 @@
TERMUX_PKG_HOMEPAGE=http://wvware.sourceforge.net/
TERMUX_PKG_DESCRIPTION="A library which allows access to Microsoft Word files"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.2.9
TERMUX_PKG_SRCURL=http://abiword.org/downloads/wv/${TERMUX_PKG_VERSION}/wv-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d
TERMUX_PKG_DEPENDS="glib, libgsf, libpng, libxml2, zlib"
termux_step_pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}

View File

@ -0,0 +1,5 @@
TERMUX_SUBPKG_INCLUDE="
bin/
share/man/man1/
"
TERMUX_SUBPKG_DESCRIPTION="Command-line tools for libwv"