python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / xdg-utils / Makefile
blobcc104a8baf2375acf23c75b1e1e87a6e612dad3d
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 BUILD_BITS= 64
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= xdg-utils
19 COMPONENT_VERSION= 1.2.1
20 COMPONENT_PROJECT_URL= https://www.freedesktop.org/wiki/Software/xdg-utils/
21 COMPONENT_SUMMARY= The Portland Project's desktop integration tools
22 COMPONENT_FMRI= desktop/xdg/xdg-utils
23 COMPONENT_CLASSIFICATION= Applications/System Utilities
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
26 COMPONENT_ARCHIVE_HASH= sha256:3288aad73c764569e1d06d8368af28688bbba0549cf727e2278886fe66605c81
27 COMPONENT_ARCHIVE_URL= https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
28 COMPONENT_LICENSE_FILE= LICENSE
29 COMPONENT_LICENSE= MIT
31 TEST_TARGET= $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 PATH= $(PATH.gnu)
36 COMPONENT_POST_UNPACK_ACTION= ( $(MV) $(COMPONENT_NAME)-v$(COMPONENT_VERSION)-356c380ad6fecc9ce6bea1f6a77986ba67402c80 $(COMPONENT_SRC) )
37 COMPONENT_PRE_CONFIGURE_ACTION= ( $(CLONEY) $(SOURCE_DIR) $(@D) )
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES += shell/bash