new file: x/XCrySDen/XCrySDen-1.5.53-ictce-5.3.0.eb

This commit is contained in:
Lukáš Krupčík 2019-06-11 09:30:02 +02:00
parent 669b045b9d
commit e8eab540ba

View File

@ -0,0 +1,26 @@
name = 'XCrySDen'
version = '1.5.53'
homepage = "http://www.xcrysden.org/"
description = """XCrySDen is a crystalline and molecular structure visualisation program aiming
at display of isosurfaces and contours, which can be superimposed on crystalline structures and
interactively rotated and manipulated."""
toolchain = {'name': 'ictce', 'version': '5.3.0'}
source_urls = ["http://www.xcrysden.org/download/"]
sources = [SOURCELOWER_TAR_GZ]
patches = ['XCrySDen_no-bwidget.patch']
tcltk_ver = '8.5.12'
dependencies = [
('Tcl', tcltk_ver),
('Tk', tcltk_ver),
('Mesa', '7.11.2', '-Python-2.7.3'),
]
osdependencies = ['libXmu-devel']
moduleclass = 'vis'