easyconfigs-it4i/f/FOX/FOX-1.6.51-foss-2015g.eb
2017-03-09 11:57:40 +01:00

23 lines
648 B
Plaintext

easyblock = 'ConfigureMake'
name = 'FOX'
version = '1.6.51'
homepage = 'http://fox-toolkit.org'
description = """FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively.
It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as
drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation."""
toolchain = {'name': 'foss', 'version': '2015g'}
source_urls = ['ftp://ftp.fox-toolkit.org/pub']
sources = [SOURCELOWER_TAR_GZ]
sanity_check_paths = {
'files': ['bin/fox-config'],
'dirs': ['bin', 'lib', 'include'],
}
moduleclass = 'lib'