X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/637f22d133aac8c8cc7db18638258c8f4646b688..b8d327eef33a67e667d1ac11533ec5fd8b932581:/packages/libxml2/build.sh diff --git a/packages/libxml2/build.sh b/packages/libxml2/build.sh index 9c8f1eeb..c288e860 100644 --- a/packages/libxml2/build.sh +++ b/packages/libxml2/build.sh @@ -1,8 +1,9 @@ TERMUX_PKG_HOMEPAGE=http://www.xmlsoft.org TERMUX_PKG_DESCRIPTION="Library for parsing XML documents" -TERMUX_PKG_VERSION=2.9.2 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=2.9.6 +TERMUX_PKG_SHA256=8b9038cca7240e881d462ea391882092dfdc6d4f483f72683e817be08df5ebbc TERMUX_PKG_SRCURL=ftp://xmlsoft.org/libxml2/libxml2-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-python" -TERMUX_PKG_RM_AFTER_INSTALL="share/gtk-doc bin/xml2-config bin/xmlcatalog lib/xml2Conf.sh share/man/man1/xml2-config.1 share/man/man1/xmlcatalog.1" +TERMUX_PKG_RM_AFTER_INSTALL="share/gtk-doc" +TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/xml2-config share/man/man1/xml2-config.1 lib/cmake lib/xml2Conf.sh" TERMUX_PKG_DEPENDS="liblzma"