2009-07-06 16:28:52 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# e2tools
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
E2TOOLS_VERSION = 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6
|
|
|
|
E2TOOLS_SITE = $(call github,ndim,e2tools,$(E2TOOLS_VERSION))
|
|
|
|
|
2014-06-02 17:55:59 +02:00
|
|
|
# Source coming from GitHub, no configure included.
|
2009-07-06 16:28:52 +02:00
|
|
|
E2TOOLS_AUTORECONF = YES
|
|
|
|
E2TOOLS_LICENSE = GPLv2
|
|
|
|
E2TOOLS_LICENSE_FILES = COPYING
|
|
|
|
E2TOOLS_DEPENDENCIES = e2fsprogs
|
|
|
|
E2TOOLS_CONF_ENV = LIBS="-lpthread"
|
|
|
|
HOST_E2TOOLS_CONF_ENV = LIBS="-lpthread"
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|
|
|
|
$(eval $(host-autotools-package))
|