mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 17:32:12 +01:00
32 lines
682 B
Plaintext
32 lines
682 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 = SYSTEM
|
|
|
|
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'
|