mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
23 lines
648 B
Plaintext
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'
|