easy-rsa: update to 3.2.1
[oi-userland.git] / components / library / ORBit2 / Makefile
blob3786d6ef54fb60bf11cfca78cd1e8d8d4a4f2fb5
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov. All rights reserved
15 BUILD_STYLE=configure
16 BUILD_BITS=32_and_64
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= ORBit2
20 COMPONENT_VERSION= 2.14.19
21 COMPONENT_REVISION= 6
22 COMPONENT_PROJECT_URL= https://projects.gnome.org/ORBit2/
23 COMPONENT_SUMMARY= High-performance CORBA Object Request Broker
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550
29 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/2.14/$(COMPONENT_ARCHIVE)
31 include $(WS_MAKE_RULES)/common.mk
33 PATH=$(PATH.gnu)
35 COMPONENT_PREP_ACTION = ( cd $(@D) && \
36 aclocal -I. && \
37 autoheader && \
38 PATH="$(PATH)" libtoolize --automake --copy --force && \
39 automake -a -f -c &&\
40 autoconf )
42 CONFIGURE_OPTIONS.32 += --sysconfdir=/etc
43 CONFIGURE_OPTIONS.64 += --sysconfdir=/etc/$(MACH64)
45 # Without this includes are rewritten with 64-bit files,
46 # and we don't want this
47 $(INSTALL_32): $(INSTALL_64)
49 # Build dependencies
50 REQUIRED_PACKAGES+= developer/documentation-tool/gtk-doc
52 # Auto-generated dependencies
53 REQUIRED_PACKAGES += library/glib2
54 REQUIRED_PACKAGES += library/glib2/32
55 REQUIRED_PACKAGES += library/libidl
56 REQUIRED_PACKAGES += shell/ksh93
57 REQUIRED_PACKAGES += system/library