All of lore.kernel.org
 help / color / mirror / Atom feed
From: "José Pekkarinen" <jose.pekkarinen@unikie.com>
To: buildroot@buildroot.org
Cc: "José Pekkarinen" <jose.pekkarinen@unikie.com>
Subject: [Buildroot] [PATCH] package/opensc: add package
Date: Fri,  8 Oct 2021 14:03:45 +0300	[thread overview]
Message-ID: <20211008110345.1901311-1-jose.pekkarinen@unikie.com> (raw)

The following patch will add a recipe to
install opensc in final images.

Signed-off-by: José Pekkarinen <jose.pekkarinen@unikie.com>
---
 package/opensc/Config.in |  7 +++++++
 package/opensc/opensc.mk | 15 +++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 package/opensc/Config.in
 create mode 100644 package/opensc/opensc.mk

diff --git a/package/opensc/Config.in b/package/opensc/Config.in
new file mode 100644
index 0000000000..abd26a9b08
--- /dev/null
+++ b/package/opensc/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_OPENSC
+	bool "opensc"
+	depends on BR2_PACKAGE_LIBOPENSSL && BR2_PACKAGE_PCSC_LITE
+	help
+		OpenSC provides a set of libraries and utilities to work with smart cards.
+
+		https://github.com/OpenSC/OpenSC.git
diff --git a/package/opensc/opensc.mk b/package/opensc/opensc.mk
new file mode 100644
index 0000000000..7741dac2a5
--- /dev/null
+++ b/package/opensc/opensc.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# opensc
+#
+################################################################################
+
+OPENSC_VERSION = 0.22.0
+OPENSC_SITE = $(call github,OpenSC,OpenSC,$(OPENSC_VERSION))
+OPENSC_LICENSE = GPL-2
+OPENSC_LICENSE_FILES = LICENSE
+OPENSC_DEPENDENCIES = openssl pcsc-lite
+OPENSC_AUTORECONF = YES
+OPENSC_INSTALL_TARGET = YES
+
+$(eval $(autotools-package))
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2021-10-08 11:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08 11:03 José Pekkarinen [this message]
2021-10-17 16:18 ` [Buildroot] [PATCH] package/opensc: add package Arnout Vandecappelle
2021-10-20 12:10   ` José Pekkarinen
2021-10-20 12:34     ` Arnout Vandecappelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211008110345.1901311-1-jose.pekkarinen@unikie.com \
    --to=jose.pekkarinen@unikie.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.