jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / libevent / Makefile
blob3d6d17561d51b3ad69789f449a7695e30fc40da8
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 include ../../../make-rules/shared-macros.mk
28 COMPONENT_NAME= libevent
29 COMPONENT_VERSION= 1.4.15
30 HUMAN_VERSION= 1.4.15
31 COMPONENT_REVISION= 1
32 COMPONENT_SUMMARY= libevent - an event notification library
33 COMPONENT_PROJECT_URL= https://libevent.org/
34 COMPONENT_SRC= $(COMPONENT_NAME)-release-$(HUMAN_VERSION)-stable
35 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
36 COMPONENT_ARCHIVE_HASH= sha256:e9a32238a98954081d7ed9918d8f799eb4c743fd570749c0721585140dd5de21
37 COMPONENT_ARCHIVE_URL= https://github.com/libevent/libevent/archive/refs/tags/release-$(HUMAN_VERSION)-stable.tar.gz
38 COMPONENT_FMRI= library/$(COMPONENT_NAME)
39 COMPONENT_CLASSIFICATION= System/Libraries
40 COMPONENT_LICENSE= BSD
42 TEST_TARGET= $(NO_TESTS)
43 include $(WS_MAKE_RULES)/common.mk
45 COMPONENT_PRE_CONFIGURE_ACTION = ( \
46 $(CLONEY) $(SOURCE_DIR) $(@D) && \
47 cd $(SOURCE_DIR) && NOCONFIGURE=1 ./autogen.sh )
49 # The original manpage is in a format that the Solaris man command does
50 # not understand. Hence it has been manually converted.
52 # List of files from the original package that are not being delivered
53 # /usr/bin/event_rpcgen.py
55 CONFIGURE_OPTIONS += --disable-static
57 # Auto-generated dependencies
58 REQUIRED_PACKAGES += system/library