summaryrefslogtreecommitdiff
path: root/package/pinentry
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-09-20 11:22:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-10-22 19:40:13 +0200
commit080d842693cad0a16989c9db0cce4ca17fdff320 (patch)
treefcb66b4715927b13b45d03abe92b86bd55b84bb4 /package/pinentry
parent421130c9ba8cd58d3ddf4f5097012046869662f5 (diff)
gnupg2: update and all deps
Diffstat (limited to 'package/pinentry')
-rw-r--r--package/pinentry/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/pinentry/Makefile b/package/pinentry/Makefile
new file mode 100644
index 000000000..90deed445
--- /dev/null
+++ b/package/pinentry/Makefile
@@ -0,0 +1,26 @@
+# 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.2.0
+PKG_RELEASE:= 1
+PKG_HASH:= e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
+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