24 lines
974 B
Text
24 lines
974 B
Text
# Template build file for 'libxslt'.
|
|
pkgname=libxslt
|
|
version=1.1.28
|
|
revision=1
|
|
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 <xtraeme@gmail.com>"
|
|
homepage="http://xmlsoft.org/XSLT/"
|
|
license="MIT"
|
|
distfiles="ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c
|
|
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}
|
|
}
|