You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
909 B

################################################################################
#
# f2fs-tools
#
################################################################################
F2FS_TOOLS_VERSION = 1.15.0
F2FS_TOOLS_DIR = f2fs-tools-$(F2FS_TOOLS_VERSION)
F2FS_TOOLS_SOURCE = f2fs-tools-$(F2FS_TOOLS_VERSION).tar.gz
F2FS_TOOLS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot
F2FS_TOOLS_DEPENDENCIES = util-linux
F2FS_TOOLS_AUTORECONF = YES
F2FS_TOOLS_CONF_ENV = \
ac_cv_file__git=no
F2FS_TOOLS_CONF_OPTS = \
--prefix=$(base_prefix) \
--exec_prefix=$(base_prefix) \
--includedir=$(includedir) \
--libdir=$(libdir) \
--without-selinux
define F2FS_TOOLS_TARGET_CLEANUP
$(TARGET_RM) $(addprefix $(TARGET_base_sbindir)/,sg_write_buffer)
endef
F2FS_TOOLS_TARGET_FINALIZE_HOOKS += F2FS_TOOLS_TARGET_CLEANUP
f2fs-tools: | $(TARGET_DIR)
$(call autotools-package)