summaryrefslogtreecommitdiff
path: root/xalan-c/Pkgfile
blob: 965528a13f301f48067d489cb13b219f32b43cb9 (plain)
    1 # Description: XSLT processor for transforming XML documents into HTML, text, or other XML document types.
    2 # URL: http://xml.apache.org/xalan-c/
    3 # Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
    4 # Packager: Jose V Beneyto, joberui at ei dot upv dot es
    5 # Depends on: xerces-c 
    6 
    7 name=xalan-c
    8 version=1.10.0
    9 release=1
   10 source=(http://www.apache.org/dist/xml/${name}/Xalan-C_1_10_0-src.tar.gz)
   11 
   12 build() {
   13   export XALANCROOT=$SRC/xml-xalan/c
   14   cd ${XALANCROOT}
   15   autoconf
   16   ./runConfigure -P/usr \
   17     -plinux -cgcc -xg++ -minmem -rpthread
   18   make
   19   make DESTDIR=${PKG} install
   20   unset XALANCROOT
   21 }

Generated by cgit