Files
buildroot/package/genext2fs/genext2fs.mk
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

16 lines
442 B
Makefile

################################################################################
#
# genext2fs
#
################################################################################
GENEXT2FS_VERSION = 1.5.0
GENEXT2FS_SITE = $(call github,bestouff,genext2fs,v$(GENEXT2FS_VERSION))
GENEXT2FS_LICENSE = GPL-2.0
GENEXT2FS_LICENSE_FILES = COPYING
# From git
GENEXT2FS_AUTORECONF = YES
$(eval $(autotools-package))
$(eval $(host-autotools-package))