Files
termux-packages/packages/libwv/build.sh
termux-pacman-bot 1df49f81f1 chore(main/lib*): Rebuild attempt 2
- Rewrite of
  - termux#26199
  - termux#26202
  - termux#26203
  - termux#26208

- to attempt to temporarily work around
  - termux#26227
  - https://github.com/termux/termux-app/issues/4752

- termux#26227 should remain open until a permanent solution to it is found. This is to temporarily fix the inconsistent state of the repo that has occurred as an intermittent result.
2025-09-11 17:35:36 +00:00

14 lines
525 B
Bash

TERMUX_PKG_HOMEPAGE=https://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_REVISION=6
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/old/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
}