xref: /OK3568_Linux_fs/buildroot/package/e2tools/e2tools.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# e2tools
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunE2TOOLS_VERSION = 0.0.16.4
8*4882a593SmuzhiyunE2TOOLS_SITE = $(call github,ndim,e2tools,v$(E2TOOLS_VERSION))
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun# Source coming from GitHub, no configure included.
11*4882a593SmuzhiyunE2TOOLS_AUTORECONF = YES
12*4882a593SmuzhiyunE2TOOLS_LICENSE = GPL-2.0
13*4882a593SmuzhiyunE2TOOLS_LICENSE_FILES = COPYING
14*4882a593SmuzhiyunE2TOOLS_DEPENDENCIES = e2fsprogs
15*4882a593SmuzhiyunE2TOOLS_CONF_ENV = LIBS="-lpthread"
16*4882a593SmuzhiyunHOST_E2TOOLS_DEPENDENCIES = host-e2fsprogs
17*4882a593SmuzhiyunHOST_E2TOOLS_CONF_ENV = LIBS="-lpthread"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun$(eval $(autotools-package))
20*4882a593Smuzhiyun$(eval $(host-autotools-package))
21