easyconfigs-it4i/f/fuse-ext2/fuse-ext2-0.0.10.eb
Josef Hrabal ace0da85b9 new file: f/fuse-ext2/fuse-ext2-0.0.10.eb
new file:   f/fuse-ext2/fuse-ext2-0.0.10.patch
2019-11-06 12:50:47 +01:00

25 lines
539 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'fuse-ext2'
version = '0.0.10'
homepage = 'https://github.com/alperakcan/fuse-ext2'
description = "Fuse-ext2 is an EXT2/EXT3/EXT4 filesystem for FUSE, and is built to work with osxfuse."
toolchain = SYSTEM
source_urls = ['https://github.com/alperakcan/fuse-ext2/archive/']
sources = ['v%(version)s.tar.gz']
patches = ['fuse-ext2-0.0.10.patch']
preconfigopts = './autogen.sh && '
sanity_check_paths = {
'files': ['bin/fuse-ext2'],
'dirs': [],
}
moduleclass = 'tools'