easyconfigs-it4i/m/moreutils/moreutils-0.62.eb
Josef af2dcf3085 new file: m/moreutils/moreutils-0.62.eb
new file:   m/moreutils/moreutils-0.62.patch


Former-commit-id: 00c8681ad67c0d17042f3cc08fa13270817c70c7
2018-09-18 14:36:30 +02:00

32 lines
709 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'moreutils'
version = '0.62'
homepage = 'https://joeyh.name/code/moreutils/'
description = "Moreutils is a growing collection of the unix tools that nobody thought to write long ago when unix was young."
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['http://http.debian.net/debian/pool/main/m/moreutils/']
sources = ['moreutils_%(version)s.orig.tar.xz']
#dependencies = [('zlib', '1.2.8')]
patches = ['moreutils-0.62.patch']
skipsteps = ['configure']
installopts = 'DESTDIR=/apps/all/moreutils/ PREFIX=0.62'
parallel = 1
sanity_check_paths = {
'files': ['bin/vipe', 'bin/combine'],
'dirs': []
}
moduleclass = 'tools'