Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/nanocom/Config.in
Normal file
11
deprecated/firmware/buildroot/package/nanocom/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_NANOCOM
|
||||
bool "nanocom"
|
||||
help
|
||||
Nanocom is based upon microcom (http://microcom.port5.com/) but
|
||||
removes the scripting and logging features while introducing support
|
||||
for setting local/remote echo, parity and stop bits. It also follows
|
||||
a more standard command line style using the getopt function.
|
||||
Internally much of the code has been rewritten and reformatted, the
|
||||
menu system in particular is almost entirely different.
|
||||
|
||||
http://nanocom.sourceforge.net/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 5cb26e3e232cfc4a7cb16da432db532b775c5ebdb887ac9d39df5632f2c9a5e5 nanocom.tar.gz
|
||||
22
deprecated/firmware/buildroot/package/nanocom/nanocom.mk
Normal file
22
deprecated/firmware/buildroot/package/nanocom/nanocom.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# nanocom
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NANOCOM_VERSION = 1.0
|
||||
NANOCOM_SOURCE = nanocom.tar.gz
|
||||
NANOCOM_SITE = http://downloads.sourceforge.net/project/nanocom/nanocom/v$(NANOCOM_VERSION)
|
||||
NANOCOM_STRIP_COMPONENTS = 0
|
||||
NANOCOM_LICENSE = GPLv2+
|
||||
NANOCOM_LICENSE_FILES = COPYING
|
||||
|
||||
define NANOCOM_BUILD_CMDS
|
||||
$(MAKE) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" -C $(@D)
|
||||
endef
|
||||
|
||||
define NANOCOM_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/nanocom $(TARGET_DIR)/usr/bin/nanocom
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user