mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
minicom: fix full language support
Fixes https://github.com/openwrt/packages/issues/1467 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=minicom
|
PKG_NAME:=minicom
|
||||||
PKG_VERSION:=2.7
|
PKG_VERSION:=2.7
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/3977/
|
PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/3977/
|
||||||
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/minicom
|
define Package/minicom
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=$(ICONV_DEPENDS) +libncurses
|
DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +libncurses
|
||||||
TITLE:=Terminal emulation program
|
TITLE:=Terminal emulation program
|
||||||
URL:=http://alioth.debian.org/projects/minicom/
|
URL:=http://alioth.debian.org/projects/minicom/
|
||||||
SUBMENU:=Terminal
|
SUBMENU:=Terminal
|
||||||
|
|||||||
Reference in New Issue
Block a user