ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / developer / gperf / Makefile
blob3b13ab7305fa76358c17ab68f37001f4d953697b
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
21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
24 BUILD_STYLE= configure
25 BUILD_BITS= 64
26 include ../../../make-rules/shared-macros.mk
28 COMPONENT_NAME= gperf
29 COMPONENT_VERSION= 3.1
30 COMPONENT_REVISION= 2
31 COMPONENT_FMRI= developer/gperf
32 COMPONENT_SUMMARY= GNU gperf - a perfect hash function generator.
33 COMPONENT_CLASSIFICATION=Development/GNU
34 COMPONENT_PROJECT_URL= https://www.gnu.org/software/gperf/
35 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
36 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
37 COMPONENT_ARCHIVE_HASH= sha256:588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2
38 COMPONENT_ARCHIVE_URL= https://ftp.gnu.org/pub/gnu/gperf/$(COMPONENT_ARCHIVE)
39 COMPONENT_LICENSE= GPLv3
40 COMPONENT_LICENSE_FILE= COPYING
42 include $(WS_MAKE_RULES)/common.mk
44 CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
45 CONFIGURE_OPTIONS += --docdir=/usr/share/doc/gperf
47 # Auto-generated dependencies
48 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
49 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
50 REQUIRED_PACKAGES += system/library
51 REQUIRED_PACKAGES += system/library/math