binutils: update to 2.43.1
[openadk.git] / package / dialog / Makefile
bloba8dd633864dd51fee74f56cf0eaf2cb839ed6d00
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= dialog
7 PKG_VERSION:= 1.3-20160126
8 PKG_RELEASE:= 1
9 PKG_HASH:= 308ab0bc63eb525c852c85ad4aa8645c84277ea2f7fca19ef4cafafc08415ae3
10 PKG_DESCR:= text gui interface
11 PKG_SECTION:= sys/misc
12 PKG_DEPENDS:= libncurses
13 PKG_BUILDDEP:= ncurses
14 PKG_URL:= http://invisible-island.net/dialog/dialog.html
15 PKG_SITES:= ftp://invisible-island.net/dialog/
17 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
19 include $(ADK_TOPDIR)/mk/package.mk
21 $(eval $(call PKG_template,DIALOG,dialog,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 MAKE_FILE:= makefile
24 # Should detect this automatically but while doing so it tries to add /lib64 which breaks build so specify this explicitely
25 CONFIGURE_ARGS+= --with-ncurses
27 dialog-install:
28 $(INSTALL_DIR) $(IDIR_DIALOG)/usr/bin
29 $(INSTALL_BIN) $(WRKINST)/usr/bin/dialog $(IDIR_DIALOG)/usr/bin
31 include ${ADK_TOPDIR}/mk/pkg-bottom.mk