4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
27 CLONEY_ARGS
= CLONEY_MODE
="copy"
28 include ..
/..
/..
/make-rules
/shared-macros.mk
30 COMPONENT_NAME
= xmlsec
31 COMPONENT_VERSION
= 1.2.38
32 COMPONENT_SUMMARY
= XML Security Library
33 COMPONENT_PROJECT_URL
= https
://www.aleksey.com
/xmlsec
34 COMPONENT_SRC
= $(COMPONENT_NAME
)1-$(COMPONENT_VERSION
)
35 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
36 COMPONENT_ARCHIVE_HASH
= sha256
:9de8cf8d7d2e288a9cef205cc6cb93c926a67dadfaf44aaff76ed63c28ce9902
37 COMPONENT_ARCHIVE_URL
= https
://www.aleksey.com
/xmlsec
/download
/$(COMPONENT_ARCHIVE
)
38 COMPONENT_FMRI
= library
/xmlsec
39 COMPONENT_CLASSIFICATION
= System
/Libraries
40 COMPONENT_LICENSE
= MIT
41 COMPONENT_LICENSE_FILE
= Copyright
43 include $(WS_MAKE_RULES
)/common.mk
47 CONFIGURE_OPTIONS
+= --enable-static
=no
51 COMPONENT_TEST_TRANSFORMS
= \
56 '-e "/xmldsig2ed/p" ' \
62 # Auto-generated dependencies
63 REQUIRED_PACKAGES
+= library
/gnutls-3
64 REQUIRED_PACKAGES
+= library
/libtool
/libltdl
65 REQUIRED_PACKAGES
+= library
/libxml2
66 REQUIRED_PACKAGES
+= library
/libxslt
67 REQUIRED_PACKAGES
+= library
/nspr
68 REQUIRED_PACKAGES
+= library
/security
/openssl-31
69 REQUIRED_PACKAGES
+= shell/ksh93
70 REQUIRED_PACKAGES
+= system
/library
71 REQUIRED_PACKAGES
+= system
/library
/mozilla-nss
72 REQUIRED_PACKAGES
+= system
/library
/security
/libgcrypt