Marcel Telka
2022-01-31 b7ef23180b8258d99f0990e953e0eddbaaab32a5
commit | author | age
2dffaf 1 #
AP 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.
6 #
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.
10 #
11
12 #
310a5f 13 # Copyright 2016 Alexander Pyhalov
2dffaf 14 #
AP 15
310a5f 16 include ../../../make-rules/shared-macros.mk
2dffaf 17
AP 18 COMPONENT_NAME= libglade
19 COMPONENT_VERSION= 2.6.4
7274f5 20 COMPONENT_REVISION= 3
2dffaf 21 COMPONENT_SUMMARY= GNOME library for loading GLADE interfaces at runtime
AP 22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25   sha256:64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec
26 COMPONENT_ARCHIVE_URL= \
b7ef23 27   https://download.gnome.org/sources/$(COMPONENT_NAME)/2.6/$(COMPONENT_ARCHIVE)
2dffaf 28 COMPONENT_PROJECT_URL = http://www.gnome.org
AP 29 COMPONENT_LICENSE_FILE = COPYING
30 COMPONENT_LICENSE = LGPLv2
31 COMPONENT_FMRI = library/desktop/libglade
32 COMPONENT_CLASSIFICATION = Desktop (GNOME)/Libraries
33
310a5f 34 include $(WS_MAKE_RULES)/prep.mk
AP 35 include $(WS_MAKE_RULES)/configure.mk
36 include $(WS_MAKE_RULES)/ips.mk
37
2dffaf 38 CFLAGS += -D__EXTENSIONS__
AP 39
40 CONFIGURE_OPTIONS += --sysconfdir=/etc
41
537501 42 # Hack to disable python support
AP 43 CONFIGURE_ENV+= PYTHON=:
2dffaf 44
AP 45 build: $(BUILD_32_and_64)
46
47 install: $(INSTALL_32_and_64)
48
49 test: $(NO_TESTS)
310a5f 50
537501 51 # Auto-generated dependencies
310a5f 52 REQUIRED_PACKAGES += library/desktop/atk
AP 53 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
54 REQUIRED_PACKAGES += library/desktop/gtk2
55 REQUIRED_PACKAGES += library/desktop/pango
56 REQUIRED_PACKAGES += library/glib2
57 REQUIRED_PACKAGES += library/libxml2
58 REQUIRED_PACKAGES += system/library
7274f5 59 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc