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
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 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= liblogging
19 COMPONENT_VERSION
= 1.0.6
21 COMPONENT_SUMMARY
= An easy to use logging library
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
24 COMPONENT_ARCHIVE_HASH
= sha256
:338c6174e5c8652eaa34f956be3451f7491a4416ab489aef63151f802b00bf93
25 COMPONENT_ARCHIVE_URL
= https
://download.rsyslog.com
/liblogging
/$(COMPONENT_ARCHIVE
)
26 COMPONENT_PROJECT_URL
= https
://www.rsyslog.com
/liblogging
27 COMPONENT_FMRI
= library
/liblogging
28 COMPONENT_CLASSIFICATION
=System
/Libraries
29 COMPONENT_LICENSE
= BSD
30 COMPONENT_LICENSE_FILE
= COPYING
32 TEST_TARGET
= $(NO_TESTS
)
33 include $(WS_MAKE_RULES
)/common.mk
35 CONFIGURE_OPTIONS
+= --disable-static
36 CONFIGURE_OPTIONS
+= --enable-journal
=no
39 PYTHON_REQUIRED_PACKAGES
+= library
/python
/docutils
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES
+= system
/library