mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
26 lines
788 B
Plaintext
26 lines
788 B
Plaintext
name = 'ant'
|
|
version = '1.9.6'
|
|
versionsuffix = '-Java-%(javaver)s'
|
|
|
|
homepage = 'http://ant.apache.org/'
|
|
description = """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. The main known usage of Ant is the build of Java applications."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = ['apache-%(name)s-%(version)s-src.tar.gz']
|
|
source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
|
|
|
|
dependencies = [('Java', '1.8.0_77')]
|
|
|
|
builddependencies = [('JUnit', '4.12', versionsuffix)]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],
|
|
'dirs': [],
|
|
}
|
|
|
|
modextravars = {'ANT_HOME': '%(installdir)s'}
|
|
|
|
moduleclass = 'devel'
|