easyconfigs-it4i/d/dos2unix/dos2unix-7.4.0.eb
Lukáš Krupčík 5af5622833 new file: d/dos2unix/dos2unix-7.4.0.eb
modified:   f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb
	modified:   g/gnuplot/gnuplot-5.2.4-GCC-6.3.0-2.27.eb
	modified:   h/HDF5/HDF5-1.8.17-intel-2017a.eb
	modified:   o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb
	modified:   q/Qt/Qt-4.8.7.eb
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-6.3-intel-2017a.eb
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-6.3_drop_LIBS_before_configure_of_fox.patch
	modified:   r/Ruby/Ruby-2.4.2.eb
2018-12-12 12:19:28 +01:00

28 lines
798 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'dos2unix'
version = '7.4.0'
homepage = 'https://sourceforge.net/projects/dos2unix'
description = "dos2unix includes utilities to convert text files with DOS or MAC line breaks to Unix line breaks and vice versa. It also includes conversion of UTF-16 to UTF-8."
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'optarch': True, 'pic': True}
source_urls = ['https://datapacket.dl.sourceforge.net/project/dos2unix/dos2unix/%(version)s/']
sources = ['dos2unix-%(version)s.tar.gz']
skipsteps = ['configure']
dependencies = [ ('gettext', '0.19.8.1', '', True) ]
installopts = "prefix=%(installdir)s"
sanity_check_paths = {
'files': ['bin/dos2unix', 'bin/unix2dos'],
'dirs': ['bin', 'share'],
}
moduleclass = 'tools'