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
= nghttp2
19 COMPONENT_VERSION
= 1.3.4
20 COMPONENT_SUMMARY
= HTTP
/2 C Library
21 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
22 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
23 COMPONENT_ARCHIVE_HASH
= \
24 sha256
:63c1d70e50f0c8514e261be88b66720df095269791aa008d76c09e0c3a4c085f
25 COMPONENT_ARCHIVE_URL
= \
26 https
://github.com
/tatsuhiro-t
/nghttp2
/releases
/download
/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= https
://nghttp2.org
/
28 COMPONENT_LICENSE_FILE
= COPYING
29 COMPONENT_LICENSE
= MIT
30 COMPONENT_CLASSIFICATION
= System
/Libraries
31 COMPONENT_FMRI
= library
/nghttp2
33 include ..
/..
/make-rules
/prep.mk
34 include ..
/..
/make-rules
/configure.mk
35 include ..
/..
/make-rules
/ips.mk
37 CONFIGURE_OPTIONS
+= --disable-examples
38 CONFIGURE_OPTIONS
+= --disable-python-bindings
39 CONFIGURE_OPTIONS
+= --disable-app
41 build
: $(BUILD_32_and_64
)
43 install: $(INSTALL_32_and_64
)
46 test: $(TEST_32_and_64
)