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
9 PKG_HASH
:= 9499e8b1f33cccb6815527a1bc16049d35a6198a6c5fae0185f2bd561bce5224
10 PKG_DESCR
:= easy access to gnupg for applications
11 PKG_SECTION
:= libs
/crypto
12 PKG_DEPENDS
:= libgpg-error libassuan
13 PKG_BUILDDEP
:= python-setuptools-host libgpg-error libassuan
15 PKG_URL
:= https
://gnupg.org
/related_software
/gpgme
/index.html
16 PKG_SITES
:= https
://gnupg.org
/ftp
/gcrypt
/gpgme
/
19 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
21 include $(ADK_TOPDIR
)/mk
/package.mk
23 $(eval
$(call PKG_template
,GPGME
,gpgme
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
25 TARGET_CPPFLAGS
+= -D_FILE_OFFSET_BITS
=64 -DLARGEFILE_SOURCE
=1
28 $(INSTALL_DIR
) $(IDIR_GPGME
)/usr
/lib
29 $(CP
) $(WRKINST
)/usr
/lib
/libgpgme
*.so
* \
32 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk