0401ccc325
Remove upstreamed patch and autoreconf related hook. Add --disable-tests config option to reduce build time. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
23 lines
759 B
Makefile
23 lines
759 B
Makefile
################################################################################
|
|
#
|
|
# lksctp-tools
|
|
#
|
|
################################################################################
|
|
|
|
LKSCTP_TOOLS_VERSION = 1.0.17
|
|
LKSCTP_TOOLS_SITE = http://downloads.sourceforge.net/project/lksctp/lksctp-tools
|
|
LKSCTP_TOOLS_INSTALL_STAGING = YES
|
|
# configure not shipped
|
|
LKSCTP_TOOLS_AUTORECONF = YES
|
|
LKSCTP_TOOLS_LICENSE = LGPLv2.1 (library), GPLv2+ (programs)
|
|
LKSCTP_TOOLS_LICENSE_FILES = COPYING.lib COPYING
|
|
LKSCTP_TOOLS_CONF_OPTS = --disable-tests
|
|
|
|
# Cleanup installed target source code
|
|
define LKSCTP_TOOLS_CLEANUP_TARGET
|
|
rm -rf $(TARGET_DIR)/usr/share/lksctp-tools
|
|
endef
|
|
LKSCTP_TOOLS_POST_INSTALL_TARGET_HOOKS += LKSCTP_TOOLS_CLEANUP_TARGET
|
|
|
|
$(eval $(autotools-package))
|