ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / developer / autoconf / Makefile
bloba801569dc7c737448d1961a239edf096ce8d87d7
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 (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
26 BUILD_BITS= 64
27 include ../../../make-rules/shared-macros.mk
29 COMPONENT_NAME= autoconf
30 COMPONENT_VERSION= 2.72
31 COMPONENT_SUMMARY= GNU autoconf utility
32 COMPONENT_PROJECT_URL= https://www.gnu.org/software/autoconf/
33 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
34 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
35 COMPONENT_ARCHIVE_HASH= sha256:afb181a76e1ee72832f6581c0eddf8df032b83e2e0239ef79ebedc4467d92d6e
36 COMPONENT_ARCHIVE_URL= https://ftp.gnu.org/gnu/autoconf/$(COMPONENT_ARCHIVE)
37 COMPONENT_FMRI= developer/build/autoconf
38 COMPONENT_CLASSIFICATION=Development/GNU
39 COMPONENT_LICENSE= GPLv2, GPLv3, autoconf exception
41 include $(WS_MAKE_RULES)/common.mk
43 COMPONENT_PRE_CONFIGURE_ACTION= ( $(CLONEY) $(SOURCE_DIR) $(@D) )
45 CONFIGURE_OPTIONS += --srcdir=.
46 CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
47 CONFIGURE_OPTIONS += PERL="$(PERL)"
49 COMPONENT_TEST_TRANSFORMS += \
50 ' -n ' \
51 ' -e "/ok/p" ' \
52 ' -e "/skipped/p" ' \
53 ' -e "/expected/p" ' \
54 ' -e "/results/p" ' \
55 ' -e "/^autoreconf/p" ' \
56 ' -e "/^C low level/p" ' \
57 ' -e "/^Erlang/p" ' \
58 ' -e "/^Fortran/p" ' \
59 ' -e "/^Go /p" ' \
60 ' -e "/^Low level /p" ' \
61 ' -e "/^Testing/p" ' \
62 ' -e "/^Compatibility/p" ' \
63 ' -e "/^Autoconf/p" ' \
64 ' -e "/^Autoscan/p" ' \
65 ' -e "/^Autotest/p" ' \
66 ' -e "/^Executables/p" ' \
67 ' -e "/^M4sh/p" ' \
68 ' -e "/^M4sugar/p" ' \
69 ' -e "/^Semantics/p" ' \
70 ' -e "/----/p" '
72 # Auto-generated dependencies
73 PERL_REQUIRED_PACKAGES += runtime/perl
74 REQUIRED_PACKAGES += developer/macro/gnu-m4