mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
bd6e8340e1
24
f/fuse-ext2/fuse-ext2-0.0.10.eb
Normal file
24
f/fuse-ext2/fuse-ext2-0.0.10.eb
Normal file
@ -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'
|
12
f/fuse-ext2/fuse-ext2-0.0.10.patch
Normal file
12
f/fuse-ext2/fuse-ext2-0.0.10.patch
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user