python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / liblogging / Makefile
blob57c6ae47ae226e045d3e27d1bc695d8e840f4fa0
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 2015 Alexander Pyhalov
16 BUILD_STYLE=configure
17 BUILD_BITS=32_and_64
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= liblogging
21 COMPONENT_VERSION= 1.0.6
22 COMPONENT_REVISION= 1
23 COMPONENT_SUMMARY= An easy to use logging library
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:338c6174e5c8652eaa34f956be3451f7491a4416ab489aef63151f802b00bf93
28 COMPONENT_ARCHIVE_URL= \
29 http://download.rsyslog.com/liblogging/$(COMPONENT_ARCHIVE)
30 COMPONENT_PROJECT_URL= http://www.liblogging.org/
31 COMPONENT_LICENSE_FILE= COPYING
32 COMPONENT_LICENSE= BSD
33 COMPONENT_FMRI= library/liblogging
34 COMPONENT_CLASSIFICATION=System/Libraries
36 TEST_TARGET=$(NO_TESTS)
37 include $(WS_MAKE_RULES)/common.mk
39 CONFIGURE_OPTIONS += --disable-static
40 CONFIGURE_OPTIONS += --sysconfdir=/etc
41 CONFIGURE_OPTIONS += --enable-journal=no
43 # Build dependencies
44 REQUIRED_PACKAGES += library/python/docutils
46 # Auto-generated dependencies
47 REQUIRED_PACKAGES += system/library