# Template build file for 'libxml2'. pkgname=libxml2 version=2.8.0 revision=1 build_style=gnu-configure configure_args="--disable-static --with-threads --with-history" subpackages="$pkgname-devel $pkgname-python" makedepends="ncurses-devel readline-devel liblzma-devel python-devel" short_desc="Library providing XML and HTML support" maintainer="Juan RP " homepage="http://www.xmlsoft.org/" license="MIT" distfiles="http://xmlsoft.org/sources/$pkgname-$version.tar.gz" checksum=f2e2d0e322685193d1affec83b21dc05d599e17a7306d7b90de95bb5b9ac622a long_desc=" This library allows to manipulate XML files. It includes support to read, modify and write XML and HTML files. There is DTDs support this includes parsing and validation even with complex DtDs, either at parse time or later once the document has been modified. The output can be a simple SAX stream or and in-memory DOM like representations. In this case one can use the built-in XPath and XPointer implementation to select subnodes or ranges. A flexible Input/Output mechanism is available, with existing HTTP and FTP modules and combined to an URI library." post_install() { vinstall COPYING 644 usr/share/licenses/${pkgname} }