Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 243 - (hide annotations)
Sun Oct 4 15:01:59 2009 UTC (3 years, 7 months ago) by cjg
File size: 485 byte(s)
xerces2-java: added
1 cjg 243 # Description: High performance fully compliant Java XML parser
2     # URL: http://xml.apache.org/xerces2-j
3     # Maintainer: Giuseppe Coviello <cjg@cruxppc.org>
4     # Packager: Giuseppe Coviello <cjg@cruxppc.org>
5     # Depends on:
6    
7     name=xerces2-java
8     version=2.9.1
9     release=1
10     source=(http://www.apache.org/dist/xml/xerces-j/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     }
18