mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
25 lines
729 B
Plaintext
25 lines
729 B
Plaintext
name = 'Qwt'
|
|
version = '6.1.2'
|
|
|
|
homepage = 'http://qwt.sourceforge.net/index.html'
|
|
description = """The Qwt library contains GUI Components and utility classes which are primarily
|
|
useful for programs with a technical background. Beside a framework for 2D plots it provides scales,
|
|
sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays,
|
|
or ranges of type double."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2015g'}
|
|
|
|
source_urls = [
|
|
'http://sourceforge.net/projects/qwt/files/%(name)s2/%(name)s-%(version)s']
|
|
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
|
|
builddependencies = [('Qt', '4.8.6')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libqwt.so'],
|
|
'dirs': ['include'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|