summaryrefslogtreecommitdiffstats
path: root/package/picocom/picocom.mk
blob: fce50d9f22a45910ea3ff0f91972181735575c14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#############################################################
#
# 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))