| 1234567891011121314151617181920212223242526272829 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include $(ADK_TOPDIR)/rules.mkPKG_NAME:=		dialogPKG_VERSION:=		1.2-20140219PKG_RELEASE:=		1PKG_MD5SUM:=		4ed9b2f1162eb7706857338d11e70f8ePKG_DESCR:=		text gui interfacePKG_SECTION:=		sys/miscPKG_DEPENDS:=		libncursesPKG_BUILDDEP:=		ncursesPKG_URL:=		http://invisible-island.net/dialog/dialog.htmlPKG_SITES:=		ftp://invisible-island.net/dialog/DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tgzinclude $(ADK_TOPDIR)/mk/package.mk$(eval $(call PKG_template,DIALOG,dialog,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))MAKE_FILE:=		makefiledialog-install:	$(INSTALL_DIR) $(IDIR_DIALOG)/usr/bin	$(INSTALL_BIN) $(WRKINST)/usr/bin/dialog $(IDIR_DIALOG)/usr/bininclude ${ADK_TOPDIR}/mk/pkg-bottom.mk
 |