UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

libxml2

The libxml2 package contains libraries and utilities used for parsing XML files.

Package info

Codename: libxml2
Source file: libxml2-2.9.14.tar.xz
Source directory: libxml2-2.9.14
Package URL: https://umvirt.com/linux/downloads/0.2/packages/l/libxml2-2.9.14.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/l/libxml2-2.9.14.tar.xz.md5sum
Dependances: icu.
Dependance of: docbook-xml, gnome-user-docs, wayland, AppStream, shared-mime-info, libxklavier, libglade, libmateweather, libcroco, eom, nghttp2, gtksourceview4, libsoup3, gimp, GConf, audacious-plugins, gnome-desktop, php, grilo, postgresql-client, libgweather, postgresql-server, libpeas, libreoffice, libsoup2, vlc, dconf-editor, netsurf, libwacom, wireshark, wpa_supplicant, libxslt.
Patches: libxml2-2.9.8-python3_hack-1.patch.
Addons: xmlts20130923.tar.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./autogen.sh 

ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then

tar xf ../xmlts20130923.tar.gz

fi

./configure --prefix=/usr           \
            --sysconfdir=/etc       \
            $ARG_STATIC             \
            --with-history          \
            PYTHON=/usr/bin/python3 \
            --docdir=/usr/share/doc/libxml2-2.10.4

Build script:
make

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then

systemctl stop httpd.service
make check

fi

Install script:
make install