CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
|
Patch
| revision 2099, Sun Dec 12 11:59:16 2010 UTC | revision 2298, Wed Mar 23 18:04:56 2011 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | # Description: XSLT processor for transforming XML documents into HTML, text, or other XML document types | # Description: XSLT processor for transforming XML documents into HTML, text, or other XML document types |
| 2 | # URL: http://xml.apache.org/xalan-j | # URL: http://xml.apache.org/xalan-j |
| 3 | # Maintainer: Giuseppe Coviello <cjg@cruxppc.org> | # Maintainer: acrux, acrux at linuxmail dot org |
| 4 | # Packager: Giuseppe Coviello <cjg@cruxppc.org> | # Packager: Giuseppe Coviello <cjg@cruxppc.org> |
| 5 | # Depends on: xerces2-java | # Depends on: xerces2-java |
| 6 | ||
| 7 | name=xalan-java | name=xalan-java |
| 8 | version=2.7.1 | version=2.7.1 |
| 9 | release=2 | release=2 |
| 10 | source=(http://www.apache.org/dist/xml/xalan-j/xalan-j_${version//./_}-bin-2jars.tar.gz) | source=(http://www.apache.org/dist/xml/xalan-j/binaries/xalan-j_${version//./_}-bin-2jars.tar.gz) |
| 11 | ||
| 12 | build() { | build() { |
| 13 | cd xalan-j_${version//./_} | cd xalan-j_${version//./_} |
|
||||||||