buildrootschalter/package/picocom/picocom.mk
Sven Neumann 2e2244d6a4 picocom: remove useless arguments from GENTARGETS
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-06 14:47:57 +02:00

19 lines
426 B
Makefile

#############################################################
#
# 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
$(eval $(call GENTARGETS))