Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
################################################################################
#
# nuttcp
#
################################################################################
NUTTCP_VERSION = 6.1.2
NUTTCP_SITE = http://nuttcp.net/nuttcp
NUTTCP_SOURCE = nuttcp-$(NUTTCP_VERSION).tar.bz2
NUTTCP_LICENSE = GPLv2
NUTTCP_LICENSE_FILES = LICENSE
define NUTTCP_BUILD_CMDS
$(MAKE1) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
-C $(@D) all
endef
define NUTTCP_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(@D)/nuttcp-$(NUTTCP_VERSION) \
$(TARGET_DIR)/usr/bin/nuttcp
endef
$(eval $(generic-package))