|
@@ -4,17 +4,17 @@
|
|
|
include $(ADK_TOPDIR)/rules.mk
|
|
include $(ADK_TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:= dialog
|
|
PKG_NAME:= dialog
|
|
|
-PKG_VERSION:= 1.3-20160126
|
|
|
|
|
|
|
+PKG_VERSION:= 1.3-20250116
|
|
|
PKG_RELEASE:= 1
|
|
PKG_RELEASE:= 1
|
|
|
-PKG_HASH:= 308ab0bc63eb525c852c85ad4aa8645c84277ea2f7fca19ef4cafafc08415ae3
|
|
|
|
|
|
|
+PKG_HASH:= 68406329827b783d0a8959cc20a94c6e1791ac861a27f854e06e9020541816dd
|
|
|
PKG_DESCR:= text gui interface
|
|
PKG_DESCR:= text gui interface
|
|
|
PKG_SECTION:= sys/misc
|
|
PKG_SECTION:= sys/misc
|
|
|
PKG_DEPENDS:= libncurses
|
|
PKG_DEPENDS:= libncurses
|
|
|
PKG_BUILDDEP:= ncurses
|
|
PKG_BUILDDEP:= ncurses
|
|
|
PKG_URL:= http://invisible-island.net/dialog/dialog.html
|
|
PKG_URL:= http://invisible-island.net/dialog/dialog.html
|
|
|
-PKG_SITES:= ftp://invisible-island.net/dialog/
|
|
|
|
|
|
|
+PKG_SITES:= http://deb.debian.org/debian/pool/main/d/dialog/
|
|
|
|
|
|
|
|
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
|
|
|
|
|
|
|
+DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.orig.tar.gz
|
|
|
|
|
|
|
|
include $(ADK_TOPDIR)/mk/package.mk
|
|
include $(ADK_TOPDIR)/mk/package.mk
|
|
|
|
|
|
|
@@ -22,7 +22,7 @@ $(eval $(call PKG_template,DIALOG,dialog,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEP
|
|
|
|
|
|
|
|
MAKE_FILE:= makefile
|
|
MAKE_FILE:= makefile
|
|
|
# Should detect this automatically but while doing so it tries to add /lib64 which breaks build so specify this explicitely
|
|
# Should detect this automatically but while doing so it tries to add /lib64 which breaks build so specify this explicitely
|
|
|
-CONFIGURE_ARGS+= --with-ncurses
|
|
|
|
|
|
|
+CONFIGURE_ARGS+= --with-ncursesw
|
|
|
|
|
|
|
|
dialog-install:
|
|
dialog-install:
|
|
|
$(INSTALL_DIR) $(IDIR_DIALOG)/usr/bin
|
|
$(INSTALL_DIR) $(IDIR_DIALOG)/usr/bin
|