summaryrefslogtreecommitdiff
path: root/openwrt/package/picocom
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/picocom')
-rw-r--r--openwrt/package/picocom/Config.in15
-rw-r--r--openwrt/package/picocom/Makefile36
-rw-r--r--openwrt/package/picocom/ipkg/picocom.control4
3 files changed, 0 insertions, 55 deletions
diff --git a/openwrt/package/picocom/Config.in b/openwrt/package/picocom/Config.in
deleted file mode 100644
index 85ae98f..0000000
--- a/openwrt/package/picocom/Config.in
+++ /dev/null
@@ -1,15 +0,0 @@
-config BR2_PACKAGE_PICOCOM
- prompt "picocom........................... minimal dumb-terminal emulation program"
- tristate
- default m if CONFIG_DEVEL
- help
- 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.
-
- http://efault.net/npat/hacks/picocom/
-
diff --git a/openwrt/package/picocom/Makefile b/openwrt/package/picocom/Makefile
deleted file mode 100644
index f71665d..0000000
--- a/openwrt/package/picocom/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=picocom
-PKG_VERSION:=1.4
-PKG_RELEASE:=1
-PKG_MD5SUM:=08fcc5f6bb9e7676a2569386d5ea9f70
-
-PKG_SOURCE_URL:=http://efault.net/npat/hacks/picocom/dist/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
-include $(TOPDIR)/package/rules.mk
-
-$(eval $(call PKG_template,PICOCOM,picocom,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-
-$(PKG_BUILD_DIR)/.configured:
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
- $(MAKE) -C $(PKG_BUILD_DIR) \
- $(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- CFLAGS="$(TARGET_CFLAGS) -L$(STAGING_DIR)/usr/lib" \
- picocom
- touch $@
-
-$(IPKG_PICOCOM):
- install -d -m0755 $(IDIR_PICOCOM)/usr/bin
- install -m0755 $(PKG_BUILD_DIR)/picocom $(IDIR_PICOCOM)/usr/bin/
- $(RSTRIP) $(IDIR_PICOCOM)
- $(IPKG_BUILD) $(IDIR_PICOCOM) $(PACKAGE_DIR)
diff --git a/openwrt/package/picocom/ipkg/picocom.control b/openwrt/package/picocom/ipkg/picocom.control
deleted file mode 100644
index 607e947..0000000
--- a/openwrt/package/picocom/ipkg/picocom.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: picocom
-Priority: optional
-Section: console
-Description: minimal dumb-terminal emulation program