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'