summaryrefslogtreecommitdiffstats
path: root/rules/host-libp11.make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2018-10-02 16:09:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-10 16:49:51 +0200
commitfdc7516a5a9c551971bb7bcc571879ab0bc74d9c (patch)
treead928d3eec9eb96ae60bcc89a581c0ef5e14ce5d /rules/host-libp11.make
parent5c0d17042bf706e814d5dcee5f7c7141469da80c (diff)
downloadptxdist-fdc7516a5a9c551971bb7bcc571879ab0bc74d9c.tar.gz
ptxdist-fdc7516a5a9c551971bb7bcc571879ab0bc74d9c.tar.xz
host-libp11: add new package for host tool usage
pkcs#11 convenience library Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libp11.make')
-rw-r--r--rules/host-libp11.make37
1 files changed, 37 insertions, 0 deletions
diff --git a/rules/host-libp11.make b/rules/host-libp11.make
new file mode 100644
index 000000000..8c2339a87
--- /dev/null
+++ b/rules/host-libp11.make
@@ -0,0 +1,37 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 by Steffen Trumtrar <s.trumtrar@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_LIBP11) += host-libp11
+
+#
+# Paths and names
+#
+HOST_LIBP11_VERSION := 0.4.0
+HOST_LIBP11_MD5 := 00b3e41db5be840d822bda12f3ab2ca7
+HOST_LIBP11 := libp11-$(HOST_LIBP11_VERSION)
+HOST_LIBP11_SUFFIX := tar.gz
+HOST_LIBP11_URL := https://github.com/OpenSC/libp11/releases/download/$(HOST_LIBP11)/$(HOST_LIBP11).$(HOST_LIBP11_SUFFIX)
+HOST_LIBP11_SOURCE := $(SRCDIR)/$(HOST_LIBP11).$(HOST_LIBP11_SUFFIX)
+HOST_LIBP11_DIR := $(HOST_BUILDDIR)/$(HOST_LIBP11)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LIBP11_CONF_TOOL := autoconf
+HOST_LIBP11_MAKE_PAR := NO
+
+# vim: syntax=make