Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : apache-ant | name : apache-ant | ||||
| version : 1.9.7 | version : 1.10.7 | ||||
| release : 5 | release : 6 | ||||
| source : | source : | ||||
| - http://supergsego.com/apache//ant/source/apache-ant-1.9.7-src.tar.gz : 648b3f3787bb0cb6226978b6d4898eb7e21ae391385357a5f824972dd910a1c8 | - https://github.com/apache/ant/archive/rel/1.10.7.tar.gz : 76847cb016937266872b5f83bd5a6dc3587b9df6a6545f57213f79358c16457a | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : programming.java | component : programming.java | ||||
| summary : Apache Ant is a Java library and command-line tool that help building software | summary : A software tool for automating software build processes | ||||
| description: | | description: | | ||||
| Apache Ant is a Java library and command-line tool whose mission is to | Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. | ||||
| drive processes described in build files as targets and extension | |||||
| points dependent upon each other. | |||||
| builddeps : | builddeps : | ||||
| - openjdk-8 | - openjdk-8 | ||||
| rundeps : | rundeps : | ||||
| - openjdk-8 | - openjdk-8 | ||||
| setup : | | |||||
| %patch -p1 < $pkgfiles/0001-Default-to-using-openjdk-8.patch | |||||
| build : | | build : | | ||||
| export JAVA_HOME=/usr/lib64/openjdk-8/ | export JAVA_HOME=/usr/lib64/openjdk-8 | ||||
| mkdir build_ant | ./build.sh -Dant.install=$installdir/usr install-lite | ||||
| ./build.sh -Ddist.dir=build_ant dist | |||||
| install : | | install : | | ||||
| mkdir -p $installdir/usr/bin $installdir/usr/lib64 | mv $installdir/usr/lib $installdir/usr/lib64 | ||||
| install -m 755 %workdir%/build_ant/bin/* $installdir/usr/bin | find $installdir/usr/bin \( -name '*.cmd' -o -name '*.bat' \) -delete | ||||
| install -m 755 %workdir%/build_ant/lib/* $installdir/usr/lib64 | |||||
| rm -rf $installdir/usr/lib64/README build_ant | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.