easyconfigs-it4i/a/ant/ant-1.9.0-Java-1.7.0_21.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

27 lines
783 B
Plaintext

name = 'ant'
version = '1.9.0'
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-%s-%s-src.tar.gz' % (name, version)]
source_urls = ['http://archive.apache.org/dist/%s/source/' % name]
java = 'Java'
javaver = '1.7.0_21'
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.11', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],
'dirs': [],
}
moduleclass = 'devel'