gcc-6: don't ship info pages
[unleashed-userland.git] / components / libsigc++ / Makefile
blob3e1616fc9115f3a13d05ee40cb65b50687998736
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2013 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= libsigc++
20 COMPONENT_VERSION= 2.2.11
21 COMPONENT_SUMMARY= Libsigc++ - a library that implements a typesafe callback system for standard C++ (g++ - compiled)
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957
26 COMPONENT_ARCHIVE_URL= \
27 http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL = http://libsigc.sourceforge.net
30 include ../../make-rules/prep.mk
31 include ../../make-rules/configure.mk
32 include ../../make-rules/ips.mk
34 # Missing files in build dir for configure without this.
35 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
37 CONFIGURE_OPTIONS+= --sysconfdir=$(ETCDIR)
38 CONFIGURE_OPTIONS += MAKE=$(GMAKE)
40 build: $(BUILD_32_and_64)
42 install: $(INSTALL_32_and_64)