mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
26 lines
541 B
Plaintext
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'
|