mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
20 lines
408 B
Plaintext
20 lines
408 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'lynx'
|
|
version = '2.8.7'
|
|
|
|
description = "lynx is an alphanumeric display oriented World-Wide Web Client"
|
|
homepage = 'http://lynx.isc.org/'
|
|
|
|
toolchain = {'name': 'ictce', 'version': '5.3.0'}
|
|
|
|
source_urls = ['http://lynx.isc.org/release/']
|
|
sources = ['%(name)s%(version)s.tar.bz2']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/lynx'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'tools'
|