gcc-6: don't ship info pages
[unleashed-userland.git] / components / developer / autoconf-archive / Makefile
blobb5c97f8e64f39738bbfafbe35ccf724ec1a93d1d
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
23 # Copyright 2018 Aurelien Larcher
26 include ../../../make-rules/shared-macros.mk
28 COMPONENT_NAME= autoconf-archive
29 COMPONENT_VERSION= 2018.03.13
30 IPS_COMPONENT_VERSION= 2018.3.13
31 COMPONENT_FMRI= developer/build/autoconf-archive
32 COMPONENT_SUMMARY= GNU Autoconf Archive
33 COMPONENT_CLASSIFICATION=Development/GNU
34 COMPONENT_PROJECT_URL= http://www.gnu.org/software/autoconf-archive/
35 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
36 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
37 COMPONENT_ARCHIVE_HASH= \
38 sha256:6175f90d9fa64c4d939bdbb3e8511ae0ee2134863a2c7bf8d9733819efa6e159
39 COMPONENT_ARCHIVE_URL= \
40 http://ftp.gnu.org/gnu/autoconf-archive/$(COMPONENT_ARCHIVE)
41 COMPONENT_LICENSE= GPLv3
43 include $(WS_MAKE_RULES)/prep.mk
44 include $(WS_MAKE_RULES)/configure.mk
45 include $(WS_MAKE_RULES)/ips.mk
47 # common targets
48 build: $(BUILD_32)
50 install: $(INSTALL_32)
52 test: $(TEST_32)
54 # Build dependencies
55 REQUIRED_PACKAGES += developer/macro/gnu-m4
56 REQUIRED_PACKAGES += developer/build/autoconf-archive