2011-10-03 12:10:31 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# picocom
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
PICOCOM_VERSION = 1.6
|
|
|
|
PICOCOM_SITE = http://picocom.googlecode.com/files/
|
|
|
|
|
|
|
|
define PICOCOM_BUILD_CMDS
|
|
|
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define PICOCOM_INSTALL_TARGET_CMDS
|
|
|
|
install -D -m 0755 $(@D)/picocom $(TARGET_DIR)/usr/bin/picocom
|
|
|
|
endef
|
|
|
|
|
2011-10-06 14:39:12 +02:00
|
|
|
$(eval $(call GENTARGETS))
|