# 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'