Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : fop | name : fop | ||||
| version : 2.4 | version : '2.5' | ||||
| release : 2 | release : 3 | ||||
| source : | source : | ||||
| - http://apache.dattatec.com/xmlgraphics/fop/source/fop-2.4-src.tar.gz : 1d6b323b1c4968a492a234ba1b726e78c96b91cfd871f77cb579d68729443086 | - https://archive.apache.org/dist/xmlgraphics/fop/source/fop-2.5-src.tar.gz : 783077318139d581d5f485566d1b08bfc576003c53cfbf5beaeba503a24b4005 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| homepage : https://xmlgraphics.apache.org/fop/ | homepage : https://xmlgraphics.apache.org/fop/ | ||||
| component : programming.java | component : programming.java | ||||
| summary : XSL-FO implementation in Java | summary : XSL-FO implementation in Java | ||||
| description: | | description: | | ||||
| FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. | FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. | ||||
| Output formats currently supported include PDF, PS and PNG. | Output formats currently supported include PDF, PS and PNG. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - apache-maven | - apache-maven | ||||
| rundeps : | rundeps : | ||||
| - openjdk-8 | - openjdk-11 | ||||
| build : | | build : | | ||||
| export JAVA_HOME=/usr/lib64/openjdk-8 | export JAVA_HOME=/usr/lib64/openjdk-11 | ||||
| mkdir -p fop-events/target/test-classes | mkdir -p fop-events/target/test-classes | ||||
| mvn -DdistributionTargetDir=$installdir/usr/share/java -Dmaven.repo.local=../local-repo -DskipTests clean install -T%YJOBS% | mvn -DdistributionTargetDir=$installdir/usr/share/java -Dmaven.repo.local=../local-repo -DskipTests clean install -T%YJOBS% | ||||
| install : | | install : | | ||||
| install -Dm00644 fop/lib/xmlgraphics-commons*.jar $installdir/usr/share/java/xmlgraphics-commons.jar | install -Dm00644 fop/lib/xmlgraphics-commons*.jar $installdir/usr/share/java/xmlgraphics-commons.jar | ||||
| install -Dm00644 fop/lib/commons-io*.jar $installdir/usr/share/java/commons-io.jar | install -Dm00644 fop/lib/commons-io*.jar $installdir/usr/share/java/commons-io.jar | ||||
| install -Dm00644 fop/lib/commons-logging*.jar $installdir/usr/share/java/commons-logging.jar | install -Dm00644 fop/lib/commons-logging*.jar $installdir/usr/share/java/commons-logging.jar | ||||
| install -Dm00644 fop/lib/batik-all*.jar $installdir/usr/share/java/batik-all.jar | install -Dm00644 fop/lib/batik-all*.jar $installdir/usr/share/java/batik-all.jar | ||||
| install -Dm00644 fop/lib/xml-apis-ext*.jar $installdir/usr/share/java/xml-apis-ext.jar | install -Dm00644 fop/lib/xml-apis-ext*.jar $installdir/usr/share/java/xml-apis-ext.jar | ||||
| install -Dm00644 fop/target/fop-2.4.jar $installdir/usr/share/java/fop/fop.jar | install -Dm00644 fop/target/fop-$version.jar $installdir/usr/share/java/fop/fop.jar | ||||
| install -Dm00644 $pkgfiles/fop.conf $installdir/etc/fop.conf | install -Dm00644 $pkgfiles/fop.conf $installdir/etc/fop.conf | ||||
| install -Dm00755 fop/fop $installdir/usr/bin/fop | install -Dm00755 fop/fop $installdir/usr/bin/fop | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.