mathomatic: Update homepage
[termux-packages] / packages / libxml2 / build.sh
index 9c8f1ee..c288e86 100644 (file)
@@ -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"