xref: /illumos-gate/usr/src/pkg/manifests/system-library-libpcsc.p5m (revision 02b17e23cf5bf66a5ea787e066ae3d1aa49bd856)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2019, Joyent Inc.
14# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
15#
16
17set name=pkg.fmri value=pkg:/system/library/libpcsc@$(PKGVERS)
18set name=pkg.summary value="PC/SC compatible library for Smart Card access"
19set name=pkg.description value="PC/SC compatible library for Smart Card access"
20set name=info.classification \
21    value=org.opensolaris.category.2008:System/Libraries
22set name=variant.arch value=$(ARCH)
23dir  path=usr group=sys
24dir  path=usr/include
25file path=usr/include/winscard.h
26file path=usr/include/wintypes.h
27dir  path=usr/lib
28dir  path=usr/lib/$(ARCH64)
29link path=usr/lib/$(ARCH64)/libpcsc.so target=./libpcsc.so.1
30file path=usr/lib/$(ARCH64)/libpcsc.so.1
31link path=usr/lib/libpcsc.so target=./libpcsc.so.1
32file path=usr/lib/libpcsc.so.1
33depend type=require fmri=driver/misc/ccid
34