|
@ -8,12 +8,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=picocom |
|
|
PKG_NAME:=picocom |
|
|
PKG_VERSION:=1.7 |
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_VERSION:=3.1 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/picocom |
|
|
|
|
|
PKG_HASH:=d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e |
|
|
|
|
|
|
|
|
PKG_SOURCE_URL:=https://codeload.github.com/npat-efault/picocom/tar.gz/$(PKG_VERSION)? |
|
|
|
|
|
PKG_HASH:=e6761ca932ffc6d09bd6b11ff018bdaf70b287ce518b3282d29e0270e88420bb |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> |
|
|
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> |
|
|
PKG_LICENSE:=GPL-2.0+ |
|
|
PKG_LICENSE:=GPL-2.0+ |
|
@ -24,7 +24,7 @@ define Package/picocom |
|
|
SECTION:=utils |
|
|
SECTION:=utils |
|
|
CATEGORY:=Utilities |
|
|
CATEGORY:=Utilities |
|
|
TITLE:=A minimal dumb-terminal emulation program |
|
|
TITLE:=A minimal dumb-terminal emulation program |
|
|
URL:=http://code.google.com/p/picocom/ |
|
|
|
|
|
|
|
|
URL:=https://github.com/npat-efault/picocom |
|
|
SUBMENU:=Terminal |
|
|
SUBMENU:=Terminal |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|