1 ################################################################################
5 ################################################################################
7 E2TOOLS_VERSION
= 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6
8 E2TOOLS_SITE
= $(call github
,ndim
,e2tools
,$(E2TOOLS_VERSION
))
10 # Source coming from GitHub, no configure included.
11 E2TOOLS_AUTORECONF
= YES
12 E2TOOLS_LICENSE
= GPLv2
13 E2TOOLS_LICENSE_FILES
= COPYING
14 E2TOOLS_DEPENDENCIES
= e2fsprogs
15 E2TOOLS_CONF_ENV
= LIBS
="-lpthread"
16 HOST_E2TOOLS_DEPENDENCIES
= host-e2fsprogs
17 HOST_E2TOOLS_CONF_ENV
= LIBS
="-lpthread"
19 $(eval
$(autotools-package
))
20 $(eval
$(host-autotools-package
))