mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
29 lines
958 B
Plaintext
29 lines
958 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'OpenPGM'
|
|
version = '5.2.122'
|
|
|
|
homepage = 'http://code.google.com/p/openpgm/'
|
|
description = """OpenPGM is an open source implementation of the Pragmatic General Multicast (PGM)
|
|
specification in RFC 3208 available at www.ietf.org. PGM is a reliable and scalable multicast protocol
|
|
that enables receivers to detect loss, request retransmission of lost data, or notify an application
|
|
of unrecoverable loss. PGM is a receiver-reliable protocol, which means the receiver is responsible
|
|
for ensuring all data is received, absolving the sender of reception responsibility."""
|
|
|
|
|
|
toolchain = {'name': 'ictce', 'version': '5.3.0'}
|
|
|
|
source_urls = ['http://%s.googlecode.com/files/' % (name.lower())]
|
|
sources = ['%s-%s.tar.gz' % ('libpgm', version)]
|
|
|
|
configopts = '--with-pic'
|
|
|
|
start_dir = 'pgm'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libpgm.%s' % SHLIB_EXT, 'lib/libpgm.a'],
|
|
'dirs': ['include']
|
|
}
|
|
|
|
moduleclass = 'system'
|