jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / glib-networking / Makefile
blobc5b220110c09acdd2dafd71cd5b34b11c6a63e73
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 2016 Alexander Pyhalov
16 BUILD_STYLE= meson
17 USE_DEFAULT_TEST_TRANSFORMS= yes
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= glib-networking
21 COMPONENT_MAJOR_VERSION= 2.80
22 COMPONENT_VERSION= $(COMPONENT_MAJOR_VERSION).0
23 COMPONENT_SUMMARY= Network-related giomodules for glib
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
26 COMPONENT_ARCHIVE_HASH= sha256:d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf
27 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_MAJOR_VERSION)/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL= https://www.gnome.org
29 COMPONENT_FMRI = library/glib-networking
30 COMPONENT_CLASSIFICATION= System/Libraries
31 COMPONENT_LICENSE= LGPLv2.1+OpenSSL exception
33 include $(WS_MAKE_RULES)/common.mk
35 # Assumes GNU xgettext in PATH
36 CONFIGURE_ENV += PATH=$(PATH.gnu)
37 COMPONENT_INSTALL_ENV += PATH=$(PATH.gnu)
38 COMPONENT_BUILD_ENV += PATH=$(PATH.gnu)
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += library/glib2
42 REQUIRED_PACKAGES += library/gnutls-3
43 REQUIRED_PACKAGES += library/libproxy
44 REQUIRED_PACKAGES += system/library