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.
26 CLONEY_ARGS
= CLONEY_MODE
="copy"
27 include ..
/..
/..
/make-rules
/shared-macros.mk
29 COMPONENT_NAME
= xmlsec
30 COMPONENT_VERSION
= 1.3.6
31 COMPONENT_SUMMARY
= XML Security Library
32 COMPONENT_PROJECT_URL
= https
://www.aleksey.com
/xmlsec
33 COMPONENT_SRC
= $(COMPONENT_NAME
)1-$(COMPONENT_VERSION
)
34 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
35 COMPONENT_ARCHIVE_HASH
= sha256
:952b626ad3f3be1a4598622dab52fdab2a8604d0837c1b00589f3637535af92f
36 COMPONENT_ARCHIVE_URL
= https
://www.aleksey.com
/xmlsec
/download
/$(COMPONENT_ARCHIVE
)
37 COMPONENT_FMRI
= library
/xmlsec
38 COMPONENT_CLASSIFICATION
= System
/Libraries
39 COMPONENT_LICENSE
= MIT
40 COMPONENT_LICENSE_FILE
= Copyright
42 include $(WS_MAKE_RULES
)/common.mk
46 CONFIGURE_OPTIONS
+= --enable-static
=no
50 COMPONENT_TEST_TRANSFORMS
= \
55 '-e "/xmldsig2ed/p" ' \
61 # Auto-generated dependencies
62 REQUIRED_PACKAGES
+= $(OPENSSL_PKG
)
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
+= shell/ksh93
69 REQUIRED_PACKAGES
+= system
/library
70 REQUIRED_PACKAGES
+= system
/library
/mozilla-nss
71 REQUIRED_PACKAGES
+= system
/library
/security
/libgcrypt