CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2298 -
(show annotations)
Wed Mar 23 18:04:56 2011 UTC (2 years, 2 months ago) by acrux
File size: 492 byte(s)
Wed Mar 23 18:04:56 2011 UTC (2 years, 2 months ago) by acrux
File size: 492 byte(s)
fixed URL sources
| 1 | # Description: High performance fully compliant Java XML parser |
| 2 | # URL: http://xml.apache.org/xerces2-j/ |
| 3 | # Maintainer: acrux, acrux at linuxmail dot org |
| 4 | # Packager: Giuseppe Coviello <cjg@cruxppc.org> |
| 5 | # Depends on: |
| 6 | |
| 7 | name=xerces2-java |
| 8 | version=2.11.0 |
| 9 | release=1 |
| 10 | source=(http://www.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.${version}.tar.gz) |
| 11 | |
| 12 | build() { |
| 13 | cd xerces-${version//./_} |
| 14 | install -m755 -d $PKG/usr/share/java |
| 15 | rm -f xercesSamples.jar |
| 16 | install -m644 *.jar $PKG/usr/share/java/ |
| 17 | } |