easyconfigs-it4i/s/squashfs-tools/squashfs-tools-4.3.eb
Lukáš Krupčík 9c2e9932e2 new file: s/squashfs-tools/squashfs-tools-4.3.eb
deleted:    s/squashfs-tools/squashfs-tools-2.4.eb
2017-12-20 10:01:00 +01:00

26 lines
613 B
Plaintext

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': 'dummy', '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'