easyconfigs-it4i/l/librsync/librsync-2.0.2.eb
2019-11-06 13:27:39 +01:00

26 lines
541 B
Plaintext

# IT4Innovations 2018
easyblock = 'CMakeMake'
name = 'librsync'
version = "2.0.2"
homepage = 'http://git-scm.com/'
description = "librsync is a library for calculating and applying network deltas, with an interface designed to ease integration into diverse network applications."
toolchain = SYSTEM
source_urls = ['https://github.com/librsync/librsync/archive/']
sources = ['v%(version)s.tar.gz']
builddependencies = [
('CMake', '3.9.1')
]
sanity_check_paths = {
'files': ['bin/rdiff'],
'dirs': [],
}
moduleclass = 'lib'