xref: /OK3568_Linux_fs/buildroot/package/e2tools/e2tools.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# e2tools
4#
5################################################################################
6
7E2TOOLS_VERSION = 0.0.16.4
8E2TOOLS_SITE = $(call github,ndim,e2tools,v$(E2TOOLS_VERSION))
9
10# Source coming from GitHub, no configure included.
11E2TOOLS_AUTORECONF = YES
12E2TOOLS_LICENSE = GPL-2.0
13E2TOOLS_LICENSE_FILES = COPYING
14E2TOOLS_DEPENDENCIES = e2fsprogs
15E2TOOLS_CONF_ENV = LIBS="-lpthread"
16HOST_E2TOOLS_DEPENDENCIES = host-e2fsprogs
17HOST_E2TOOLS_CONF_ENV = LIBS="-lpthread"
18
19$(eval $(autotools-package))
20$(eval $(host-autotools-package))
21