2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2020, Michal Nowak
16 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_VERSION
= 1.48.0
20 COMPONENT_SUMMARY
= Cross-platform asynchronous I
/O library
21 COMPONENT_PROJECT_URL
= https
://libuv.org
/
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-v
$(COMPONENT_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
24 COMPONENT_ARCHIVE_URL
= https
://dist.libuv.org
/dist/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
25 COMPONENT_ARCHIVE_HASH
= sha256
:7f1db8ac368d89d1baf163bac1ea5fe5120697a73910c8ae6b2fffb3551d59fb
26 COMPONENT_FMRI
= library
/libuv
27 COMPONENT_CLASSIFICATION
=System
/Libraries
28 COMPONENT_LICENSE
= MIT
29 COMPONENT_LICENSE_FILE
= LICENSE
31 include $(WS_MAKE_RULES
)/common.mk
33 COMPONENT_PRE_CONFIGURE_ACTION
= ( cd
$(SOURCE_DIR
) && .
/autogen.sh
; )
35 CONFIGURE_OPTIONS
+= --disable-silent-rules
36 CONFIGURE_OPTIONS
+= --disable-static
38 # Note that the tests should be run as an ordinary user otherwise some tests may fail.
39 COMPONENT_TEST_TRANSFORMS
+= \
44 # Auto-generated dependencies
45 REQUIRED_PACKAGES
+= system
/library