diff --git a/f/fuse-ext2/fuse-ext2-0.0.10.eb b/f/fuse-ext2/fuse-ext2-0.0.10.eb new file mode 100644 index 00000000..fc2ab1ab --- /dev/null +++ b/f/fuse-ext2/fuse-ext2-0.0.10.eb @@ -0,0 +1,24 @@ +# 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' diff --git a/f/fuse-ext2/fuse-ext2-0.0.10.patch b/f/fuse-ext2/fuse-ext2-0.0.10.patch new file mode 100644 index 00000000..34ceb101 --- /dev/null +++ b/f/fuse-ext2/fuse-ext2-0.0.10.patch @@ -0,0 +1,12 @@ +--- configure.ac.old 2019-11-06 09:11:19.746506805 +0100 ++++ configure.ac 2019-11-06 09:12:22.031606854 +0100 +@@ -9,6 +9,9 @@ + AC_PROG_AWK + AC_PROG_CC + AC_PROG_INSTALL ++m4_pattern_allow([AM_PROG_AR]) ++AM_PROG_AR ++AM_PROG_CC_C_O + m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) + m4_ifdef([AC_PROG_LIB],[AC_PROG_LIB],[m4_warn(portability,[Missing AC_PROJ_LIB])]) + AC_PROG_OBJC