4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.illumos.org/license/CDDL.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
15 # Copyright 2017 Dariusz Sendkowski
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= xcb-util-xrm
20 COMPONENT_VERSION
= 1.3
21 COMPONENT_FMRI
= x11
/library
/xcb-util-xrm
22 COMPONENT_CLASSIFICATION
=Development
/X11
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_PROJECT_URL
= http
://github.com
/Airblader
/xcb-util-xrm
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:0129f74c327ae65e2f4ad4002f300b4f02c9aff78c00997f1f1c5a430f922f34
28 COMPONENT_ARCHIVE_URL
= \
29 http
://github.com
/Airblader
/$(COMPONENT_NAME
)/releases
/download
/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
30 COMPONENT_LICENSE
= MIT
31 COMPONENT_LICENSE_FILE
= COPYING
32 COMPONENT_SUMMARY
= XCB utility functions for the X resource manager.
35 include $(WS_MAKE_RULES
)/prep.mk
36 include $(WS_MAKE_RULES
)/configure.mk
37 include $(WS_MAKE_RULES
)/ips.mk
39 CONFIGURE_OPTIONS
+= --disable-static
41 build
: $(BUILD_32_and_64
)
43 install: $(INSTALL_32_and_64
)
47 # Auto-generated dependencies
48 REQUIRED_PACKAGES
+= system
/library
49 REQUIRED_PACKAGES
+= system
/library
/math
50 REQUIRED_PACKAGES
+= x11
/library
/libxcb
51 REQUIRED_PACKAGES
+= x11
/library
/xcb-util