# 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.mk PKG_NAME:= pinentry PKG_VERSION:= 1.3.2 PKG_RELEASE:= 1 PKG_HASH:= 8e986ed88561b4da6e9efe0c54fa4ca8923035c99264df0b0464497c5fb94e9e PKG_DESCR:= pinentry application PKG_SECTION:= app/crypto PKG_URL:= https://www.gnupg.org PKG_SITES:= https://www.gnupg.org/ftp/gcrypt/pinentry/ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,PINENTRY,pinentry,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION))) pinentry-install: $(INSTALL_DIR) $(IDIR_PINENTRY)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/pinentry \ $(IDIR_PINENTRY)/usr/bin include $(ADK_TOPDIR)/mk/pkg-bottom.mk