python3: update to 3.11.10
[openadk.git] / package / pinentry / Makefile
blob93fd39c5923bf8d8ddd3d054871eb7f60f5697b0
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:= pinentry
7 PKG_VERSION:= 1.2.0
8 PKG_RELEASE:= 1
9 PKG_HASH:= 10072045a3e043d0581f91cd5676fcac7ffee957a16636adedaa4f583a616470
10 PKG_DESCR:= pinentry application
11 PKG_SECTION:= app/crypto
12 PKG_URL:= https://www.gnupg.org
13 PKG_SITES:= https://www.gnupg.org/ftp/gcrypt/pinentry/
15 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call PKG_template,PINENTRY,pinentry,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
21 pinentry-install:
22 $(INSTALL_DIR) $(IDIR_PINENTRY)/usr/bin
23 $(INSTALL_BIN) $(WRKINST)/usr/bin/pinentry \
24 $(IDIR_PINENTRY)/usr/bin
26 include $(ADK_TOPDIR)/mk/pkg-bottom.mk