mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
16 lines
377 B
Plaintext
16 lines
377 B
Plaintext
name = 'PROJ_4'
|
|
version = '4.9.2'
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
homepage = 'http://proj.osgeo.org'
|
|
description = """PROJ.4 - Cartographic Projections Library originally written by Gerald Evenden then of the USGS.
|
|
"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = ['%(version)s.tar.gz']
|
|
source_urls = ['https://github.com/OSGeo/proj.4/archive/']
|
|
|
|
moduleclass = 'geo'
|