mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
29 lines
614 B
Plaintext
29 lines
614 B
Plaintext
# IT4Inovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libsodium'
|
|
version = '1.0.17'
|
|
|
|
homepage = 'http://doc.libsodium.org/'
|
|
description = """Sodium is a modern, easy-to-use software library for encryption, decryption, signatures,
|
|
password hashing and more."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://download.libsodium.org/libsodium/releases/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/sodium.h',
|
|
'lib/libsodium.%s' %
|
|
SHLIB_EXT,
|
|
'lib/libsodium.a'],
|
|
'dirs': [
|
|
'include/sodium',
|
|
'lib/pkgconfig'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|