# Template file for 'libxml2' pkgname=libxml2 version=2.13.7 revision=1 build_style=gnu-configure configure_args="--with-threads --with-history --with-icu --with-legacy --with-ftp --with-xptr-locs --enable-static" hostmakedepends="gettext pkg-config python3 python3-packaging-bootstrap" makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel icu-devel python3-devel" short_desc="Library providing XML and HTML support" maintainer="Enno Boland " license="MIT" homepage="https://gitlab.gnome.org/GNOME/libxml2" changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS" distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz" checksum=14796d24402108e99d8de4e974d539bed62e23af8c4233317274ce073ceff93b python_version=3 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver" post_extract() { if [ "$XBPS_TARGET_LIBC" = "musl" ]; then # Disable broken encoding conversion tests on musl rm -f test/ebcdic_566012.xml rm -f test/icu_parse_test.xml fi } post_install() { vlicense Copyright } libxml2-devel_package() { depends="zlib-devel liblzma-devel icu-devel libxml2>=${version}_${revision} libxml2<${version}_9999" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/bin/xml2-config vmove usr/lib/pkgconfig vmove usr/lib/cmake vmove usr/share/aclocal vmove usr/share/gtk-doc vmove usr/share/doc vmove "usr/share/man/man1/xml2-config*" vmove "usr/lib/*.a" vmove "usr/lib/*.la" vmove "usr/lib/*.so" } } libxml2-python3_package() { depends="python3 ${sourcepkg}>=${version}" short_desc+=" - Python bindings" pkg_install() { vmove "${py3_lib}" } }