summaryrefslogtreecommitdiffstats
path: root/rules/host-gpgme.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-19 15:11:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-21 08:25:04 +0200
commita8851e0113f5de94482ff80a119754b639de67e5 (patch)
tree8335f9d77c898ec3df63703592d2dacc6b05855d /rules/host-gpgme.make
parentecdc53774da89ea45798674ba30f3d5c1628cde8 (diff)
downloadptxdist-a8851e0113f5de94482ff80a119754b639de67e5.tar.gz
ptxdist-a8851e0113f5de94482ff80a119754b639de67e5.tar.xz
host-gpgme: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-gpgme.make')
-rw-r--r--rules/host-gpgme.make40
1 files changed, 40 insertions, 0 deletions
diff --git a/rules/host-gpgme.make b/rules/host-gpgme.make
new file mode 100644
index 000000000..417318def
--- /dev/null
+++ b/rules/host-gpgme.make
@@ -0,0 +1,40 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_GPGME) += host-gpgme
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_GPGME_CONF_ENV := \
+ $(HOST_ENV) \
+ LDFLAGS="-L$(PTXDIST_SYSROOT_HOST)/lib"
+#
+# autoconf
+#
+HOST_GPGME_CONF_TOOL := autoconf
+HOST_GPGME_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-glibtest \
+ --disable-w32-glib \
+ --enable-fixed-path="" \
+ --enable-languages=cpp \
+ --enable-build-timestamp="$(PTXDIST_VERSION_YEAR)-$(PTXDIST_VERSION_MONTH)-01T00:00+0000" \
+ --disable-gpgconf-test \
+ --disable-gpg-test \
+ --disable-gpgsm-test \
+ --disable-g13-test
+
+
+# vim: syntax=make