# Template build file for 'libxslt'. pkgname=libxslt version=1.1.27 revision=2 subpackages="${pkgname}-devel ${pkgname}-python" build_style=gnu-configure configure_args="--disable-static" makedepends="python-devel libxml2-devel libgcrypt-devel libgpg-error-devel" short_desc="XSLT parser library from the GNOME project" maintainer="Juan RP " homepage="http://xmlsoft.org/XSLT/" license="MIT" distfiles="ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz" checksum=b6a8d9a421f2630999ca91d9f8c091ee8ea2d580e6be84c1d21b2a45e11e7e26 long_desc=" Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is an XML language to define transformation for XML. Libxslt is based on libxml2 the XML C library developed for the Gnome project. It also implements most of the EXSLT set of extensions functions and some of Saxon's evaluate and expressions extensions." post_install() { vinstall COPYING 644 usr/share/licenses/${pkgname} }