summaryrefslogtreecommitdiff
path: root/package/pinentry/Makefile
blob: 93fd39c5923bf8d8ddd3d054871eb7f60f5697b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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:=		10072045a3e043d0581f91cd5676fcac7ffee957a16636adedaa4f583a616470
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