remove 'timezone' component
[unleashed-userland.git] / components / gnome-icon-theme-symbolic / Makefile
blob0093fd344fed2a88ca296e75d89075775e673857
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 (c) 2014 Alexander Pyhalov
13 # Copyright (c) 2014 Ken Mays
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= gnome-icon-theme-symbolic
19 COMPONENT_VERSION= 3.12.0
20 COMPONENT_REVISION= 1
21 COMPONENT_PROJECT_URL= http://www.gnome.org
22 COMPONENT_SUMMARY= GNOME Symbolic Icons
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:851a4c9d8e8cb0000c9e5e78259ab8b8e67c5334e4250ebcc8dfdaa33520068b
27 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.12/$(COMPONENT_ARCHIVE)
29 include $(WS_TOP)/make-rules/prep.mk
30 include $(WS_TOP)/make-rules/configure.mk
31 include $(WS_TOP)/make-rules/ips.mk
33 # Missing files in build dir for configure without this.
34 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
36 CONFIGURE_OPTIONS+= --sysconfdir=/etc
38 # common targets
39 build: $(BUILD_32)
41 install: $(INSTALL_32)
43 test: $(NO_TESTS)
45 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
47 include $(WS_TOP)/make-rules/depend.mk