From 627e51356eac0f2471aadc9a36f94af37b065421 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 16 Jul 2012 00:11:18 +0000 Subject: [PATCH] [packages] picocom: update to 1.7 SVN-Revision: 32740 --- utils/picocom/Makefile | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/utils/picocom/Makefile b/utils/picocom/Makefile index 0cd0c50ce6..3e24c035f2 100644 --- a/utils/picocom/Makefile +++ b/utils/picocom/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=picocom -PKG_VERSION:=1.6 +PKG_VERSION:=1.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://picocom.googlecode.com/files -PKG_MD5SUM:=426c3d30b82cbc80b0dafdccd6020c6c +PKG_MD5SUM:=8eaba1d31407e8408674d6e57af447ef include $(INCLUDE_DIR)/package.mk @@ -26,23 +26,12 @@ define Package/picocom endef define Package/picocom/description - As its name suggests, picocom is a minimal dumb-terminal emulation - program. It is, in principle, very much like minicom, only it's pico - instead of mini! It was designed to serve as a simple, manual, modem - configuration, testing, and debugging tool. It has also served (quite - well) as a low-tech "terminal-window" to allow operator intervention - in PPP connection scripts. It could also prove useful in many other - similar tasks. -endef - -define Build/Configure + minimal dumb-terminal emulation program endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ - LDFLAGS="$(TARGET_LDFLAGS)" \ + $(MAKE) -C $(PKG_BUILD_DIR) $(TARGET_CONFIGURE_OPTS) \ + CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" \ picocom endef -- 2.30.2