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 2015 Gary Mills
  14 #
  15 
  16 set name=pkg.fmri \
  17     value=pkg:/system/library/security/openssl-private@1.0.1.8,$(PKGVERS_BUILTON)-0.$(PKGVERS_BRANCH)
  18 set name=pkg.description \
  19     value="Private cryptography toolkit implementing SSL v2/v3 and TLS v1 network protocols, derived from openssl 1.0.1h"
  20 set name=pkg.summary \
  21     value="Private cryptography toolkit with SSL v2/v3 and TLS v1"
  22 set name=info.classification \
  23     value=org.opensolaris.category.2008:System/Libraries
  24 set name=variant.arch value=$(ARCH)
  25 dir path=lib
  26 dir path=lib/openssl
  27 dir path=lib/openssl/engines
  28 dir path=lib/openssl/engines/$(ARCH64)
  29 file path=lib/$(ARCH64)/libsunw_crypto.so.1
  30 file path=lib/$(ARCH64)/libsunw_ssl.so.1
  31 file path=lib/libsunw_crypto.so.1
  32 file path=lib/libsunw_ssl.so.1
  33 file path=lib/openssl/engines/$(ARCH64)/libsunw_pk11.so.1
  34 file path=lib/openssl/engines/libsunw_pk11.so.1
  35 license lic_CDDL license=lic_CDDL
  36 license usr/src/lib/openssl/LICENSE license=usr/src/lib/openssl/LICENSE
  37 link path=lib/openssl/engines/64 target=$(ARCH64)