Packaged in wip by Richard Hansen of BBN. GPShell is a script interpreter which talks to a smart card which complies to the GlobalPlatform Card Specification. It is written on top of the GlobalPlatform Library. It uses the PC-SC Connection Plugin for accessing smart cards. It can establish a secure channel with a smart card, load, instantiate, delete and list applications on supported smart cards. These applications are practically always JavaCard applets.
19 lines
580 B
Makefile
19 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/03/12 21:29:24 gdt Exp $
|
|
|
|
DISTNAME= gpshell-1.4.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=globalplatform/GPShell/GPShell-${PKGVERSION_NOREV}/}
|
|
|
|
MAINTAINER= rhansen@bbn.com
|
|
HOMEPAGE= http://globalplatform.sourceforge.net/
|
|
COMMENT= Shell to manage the contents of GlobalPlatform smart cards
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES+= c
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../security/pcsc-lite/buildlink3.mk"
|
|
.include "../../security/libglobalplatform/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|