spirv-headers: add 1.3.280.0
[oi-userland.git] / components / library / libksba / Makefile
blobbd276727b13c09f3c9eb97091a90dd2c2786d1d2
2 # CDDL HEADER START
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]
19 # CDDL HEADER END
21 # Copyright (c) 2013, Colin Ellis. All rights reserved.
22 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
25 USE_DEFAULT_TEST_TRANSFORMS= yes
26 include ../../../make-rules/shared-macros.mk
28 COMPONENT_NAME= libksba
29 COMPONENT_VERSION= 1.6.7
30 COMPONENT_SUMMARY= GnuPG X.509 certificate library
31 COMPONENT_PROJECT_URL= https://www.gnupg.org/related_software/$(COMPONENT_NAME)
32 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
33 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
34 COMPONENT_ARCHIVE_HASH= sha256:cf72510b8ebb4eb6693eef765749d83677a03c79291a311040a5bfd79baab763
35 COMPONENT_ARCHIVE_URL= https://gnupg.org/ftp/gcrypt/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
36 COMPONENT_FMRI= library/security/$(COMPONENT_NAME)
37 COMPONENT_CLASSIFICATION=System/Libraries
38 COMPONENT_LICENSE= GPLv3
39 COMPONENT_LICENSE_FILE= COPYING.GPLv3
41 include $(WS_MAKE_RULES)/common.mk
43 CONFIGURE_ENV += INSTALL="$(INSTALL)"
45 CONFIGURE_OPTIONS += --localstatedir=$(VARDIR)
46 CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
47 CONFIGURE_OPTIONS += --enable-shared
48 CONFIGURE_OPTIONS += --disable-static
49 CONFIGURE_OPTIONS += --with-gpg-error-prefix=$(CONFIGURE_PREFIX)
50 CONFIGURE_OPTIONS += --with-pic
52 COMPONENT_TEST_TRANSFORMS += \
53 '-e "/All/p"' \
54 '-e "/====/p"'
56 # Auto-generated dependencies
57 REQUIRED_PACKAGES += library/security/libgpg-error
58 REQUIRED_PACKAGES += shell/ksh93
59 REQUIRED_PACKAGES += system/library