[Lunar-commits] <moonbase-other> globalplatform: Implementation of GlobalPlatform smart card specification

Stefan Wold ratler at lunar-linux.org
Sun Nov 3 16:29:12 CET 2013


commit f19fc263f18a5cf3a43b757e31e390b60f2f1b85
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 12 Oct 2013 05:54:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f19fc263f18a5cf3a43b757e31e390b60f2f1b85

globalplatform: Implementation of GlobalPlatform smart card specification
---
  libs/globalplatform/DEPENDS | +3/-0     
  libs/globalplatform/DETAILS | +15/-0    
  2 files changed, 18 insertions(+)

--- /dev/null
+++ b/libs/globalplatform/DEPENDS
@@ -0,0 +1,3 @@
+depends openssl
+depends pcsc-lite
+depends pkgconfig
--- /dev/null
+++ b/libs/globalplatform/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=globalplatform
+         VERSION=6.0.0
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:5a08bec4cbcc8caffa7c646a35600712f468553c
+        WEB_SITE="http://sourceforge.net/p/globalplatform/wiki/Home/"
+         ENTERED=20131012
+         UPDATED=20131012
+           SHORT="Implementation of GlobalPlatform smart card specification"
+cat <<EOF
+The GlobalPlatform card specification provides a standard for the
+management of the contents on a smart card. Mainly this comprises
+the installation and the removal of applications. Practically these
+applications are always JavaCard applet.
+EOF




More information about the Lunar-commits mailing list