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 include ..
/..
/make-rules
/shared-macros.mk
17 COMPONENT_NAME
= libIDL
18 COMPONENT_VERSION
= 0.8.14
20 COMPONENT_PROJECT_URL
= http
://www.gnome.org
21 COMPONENT_SUMMARY
= IDL parsing library
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
24 COMPONENT_ARCHIVE_HASH
= \
25 sha256
:c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220
26 COMPONENT_ARCHIVE_URL
= http
://ftp.gnome.org
/pub
/GNOME
/sources
/$(COMPONENT_NAME
)/0.8/$(COMPONENT_ARCHIVE
)
28 include $(WS_TOP
)/make-rules
/prep.mk
29 include $(WS_TOP
)/make-rules
/configure.mk
30 include $(WS_TOP
)/make-rules
/ips.mk
32 PATH
=/usr
/gnu
/bin
:/usr
/bin
34 CONFIGURE_OPTIONS
.32 += --sysconfdir
=/etc
35 CONFIGURE_OPTIONS
.64 += --sysconfdir
=/etc
/$(MACH64
)
38 build
: $(BUILD_32_and_64
)
40 install: $(INSTALL_32_and_64
)
44 BUILD_PKG_DEPENDENCIES
= $(BUILD_TOOLS
)
46 include $(WS_TOP
)/make-rules
/depend.mk