1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name dom4j |
---|
6 | version 1.5 |
---|
7 | |
---|
8 | categories java |
---|
9 | maintainers james@jberry.us |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | description XML, XPATH, and XSLT support for Java. |
---|
13 | long_description dom4j is an easy to use, open source library for working with XML, \ |
---|
14 | XPath and XSLT on the Java platform using the Java Collections \ |
---|
15 | Framework and with full support for DOM, SAX and JAXP. |
---|
16 | homepage http://www.dom4j.org |
---|
17 | |
---|
18 | master_sites sourceforge:dom4j/ |
---|
19 | checksums md5 79598c3b2420a178ab19d62b2531feec |
---|
20 | |
---|
21 | depends_build bin:ant:apache-ant |
---|
22 | depends_lib bin:java:kaffe \ |
---|
23 | lib:XXX:junit |
---|
24 | |
---|
25 | use_configure no |
---|
26 | |
---|
27 | build.cmd ant |
---|
28 | build.target all |
---|
29 | build.args -Djunit.jar=${prefix}/share/java/junit.jar |
---|
30 | |
---|
31 | destroot { |
---|
32 | xinstall -m 755 -d ${destroot}${prefix}/share/java \ |
---|
33 | ${destroot}${prefix}/share/doc |
---|
34 | xinstall -m 644 ${worksrcpath}/build/${name}.jar \ |
---|
35 | ${destroot}${prefix}/share/java/ |
---|
36 | file copy ${worksrcpath}/build/doc ${destroot}${prefix}/share/doc/${name} |
---|
37 | } |
---|