gcc-6: don't ship info pages
[unleashed-userland.git] / components / xdg-utils / Makefile
blob532bbe59f4b0f30da2bc221c5df8fbed72ef61de
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) 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= xdg-utils
18 COMPONENT_VERSION= 1.0.2
19 COMPONENT_PROJECT_URL= http://www.freedesktop.org/wiki/Software/xdg-utils/
20 COMPONENT_SUMMARY= The Portland Project's desktop integration tools
21 COMPONENT_FMRI= desktop/xdg/xdg-utils
22 COMPONENT_CLASSIFICATION= Applications/System Utilities
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:21aeb7d16b2529b8d3975118f59eec09953e09f9a68d718159e98c90474b01ac
27 COMPONENT_ARCHIVE_URL= http://portland.freedesktop.org/download/$(COMPONENT_ARCHIVE)
28 COMPONENT_LICENSE_FILE= LICENSE
29 COMPONENT_LICENSE= MIT
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 COMPONENT_PRE_CONFIGURE_ACTION = (cp -rp $(SOURCE_DIR)/* $(@D))
39 # common targets
40 build: $(BUILD_32)
42 install: $(INSTALL_32)
44 test: $(TEST_32)