mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
28 lines
637 B
Plaintext
28 lines
637 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'squashfs-tools'
|
|
version = '4.3'
|
|
|
|
homepage = 'http://squashfs.sourceforge.net/'
|
|
description = """Squashfs is a compressed read-only filesystem for Linux."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
sources = ['master.zip']
|
|
source_urls = ['https://github.com/plougher/squashfs-tools/archive']
|
|
|
|
skipsteps = ['configure']
|
|
|
|
start_dir = 'squashfs-tools'
|
|
|
|
prebuildopts = 'sed -i "s|INSTALL_DIR = /usr/local/bin|INSTALL_DIR = %(installdir)s/bin|g" Makefile && '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/mksquashfs', 'bin/unsquashfs'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|