easyconfigs-it4i/s/Subversion/Subversion-1.8.14-foss-2015a.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

35 lines
852 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Subversion'
version = '1.8.14'
homepage = 'http://subversion.apache.org/'
description = " Subversion is an open source version control system."
toolchain = {'name': 'foss', 'version': '2015a'}
source_urls = [
'http://apache.belnet.be/%(namelower)s',
'http://www.eu.apache.org/dist/%(namelower)s',
'http://www.us.apache.org/dist/%(namelower)s',
]
sources = [SOURCELOWER_TAR_BZ2]
dependencies = [
('APR', '1.5.2'),
('APR-util', '1.5.4'),
('SQLite', '3.8.8.1'),
('zlib', '1.2.8'),
('Serf', '1.3.8'),
]
configopts = "--with-apr=$EBROOTAPR/bin/apr-1-config --with-apr-util=$EBROOTAPRMINUTIL/bin/apu-1-config "
configopts += "--with-zlib=$EBROOTZLIB --with-serf=$EBROOTSERF"
sanity_check_paths = {
'files': ["bin/svn", "bin/svnversion"],
'dirs': [],
}
moduleclass = 'tools'