GCC: use -fuse-cxa-atexit by default
[unleashed-userland.git] / components / hicolor-icon-theme / Makefile
blob8efaf4f8fd66b13f910890c49f9f1c912ed3bc32
1 ##
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 2016 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= hicolor-icon-theme
18 COMPONENT_VERSION= 0.15
19 COMPONENT_PROJECT_URL= http://freedesktop.org/wiki/Software/icon-theme/
20 COMPONENT_SUMMARY= GNOME Hi Color Icon Theme
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc
25 COMPONENT_ARCHIVE_URL= http://icon-theme.freedesktop.org/releases/$(COMPONENT_ARCHIVE)
26 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Theming
27 COMPONENT_FMRI= gnome/theme/hicolor-icon-theme
28 COMPONENT_LICENSE= GPLv2
29 COMPONENT_LICENSE_FILE= COPYING
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/configure.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 PATH=/usr/gnu/bin:/usr/bin
37 CONFIGURE_OPTIONS+= --sysconfdir=/etc
39 # common targets
40 build: $(BUILD_32)
42 install: $(INSTALL_32)
44 test: $(NO_TESTS)