CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 761 -
(show annotations)
Sun Oct 4 15:09:44 2009 UTC (3 years, 7 months ago) by cjg
File size: 569 byte(s)
Sun Oct 4 15:09:44 2009 UTC (3 years, 7 months ago) by cjg
File size: 569 byte(s)
xalan-java: added
| 1 | # Description: XSLT processor for transforming XML documents into HTML, text, or other XML document types |
| 2 | # URL: http://xml.apache.org/xalan-j |
| 3 | # Maintainer: Giuseppe Coviello <cjg@cruxppc.org> |
| 4 | # Packager: Giuseppe Coviello <cjg@cruxppc.org> |
| 5 | # Depends on: xerces2-java |
| 6 | |
| 7 | name=xalan-java |
| 8 | version=2.7.1 |
| 9 | release=1 |
| 10 | source=(http://www.apache.org/dist/xml/xalan-j/xalan-j_${version//./_}-bin-2jars.tar.gz) |
| 11 | |
| 12 | build() { |
| 13 | cd xalan-j_${version//./_} |
| 14 | install -m755 -d $PKG/usr/share/java |
| 15 | install -m644 xalan.jar $PKG/usr/share/java/ |
| 16 | install -m644 xsltc.jar $PKG/usr/share/java/ |
| 17 | } |