mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
35 lines
849 B
Plaintext
35 lines
849 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Subversion'
|
|
version = '1.9.3'
|
|
|
|
homepage = 'http://subversion.apache.org/'
|
|
description = " Subversion is an open source version control system."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
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.17.0'),
|
|
('zlib', '1.2.11'),
|
|
('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-sqlite=$EBROOTSQLITE --with-serf=$EBROOTSERF"
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/svn", "bin/svnversion"],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'tools'
|