Added libxslt-1.1.24 template.
[pkgfs.git] / templates / libxslt.tmpl
blob2418ff943d666ad0b780cb3291d940bdf80922fc
1 # Template build file for 'libxslt'.
2 pkgname=libxslt
3 version=1.1.24
4 extract_sufx=".tar.gz"
5 url=ftp://xmlsoft.org/libxslt
6 build_style=gnu_configure
7 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
8 pkgconfig_override="libxslt.pc libexslt.pc"
9 short_desc="XSLT parser library from the GNOME project"
10 maintainer="Juan RP <xtraeme@gmail.com>"
11 checksum=41e7721eeed722c45310877d045422b47ab32973
12 long_desc="
13  Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is
14  an XML language to define transformation for XML. Libxslt is based on libxml2
15  the XML C library developed for the Gnome project. It also implements most of
16  the EXSLT set of extensions functions and some of Saxon's evaluate and
17  expressions extensions."