|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=minicom
|
11
|
11
|
PKG_VERSION:=2.7
|
12
|
|
-PKG_RELEASE:=2
|
|
12
|
+PKG_RELEASE:=3
|
13
|
13
|
|
14
|
14
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
15
|
15
|
PKG_SOURCE_URL:=https://alioth.debian.org/frs/download.php/file/3977/
|
|
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
27
|
27
|
define Package/minicom
|
28
|
28
|
SECTION:=utils
|
29
|
29
|
CATEGORY:=Utilities
|
30
|
|
- DEPENDS:=$(ICONV_DEPENDS) +libncurses
|
|
30
|
+ DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +libncurses
|
31
|
31
|
TITLE:=Terminal emulation program
|
32
|
32
|
URL:=http://alioth.debian.org/projects/minicom/
|
33
|
33
|
SUBMENU:=Terminal
|