zsh: update to 5.7.1 & native build
[unleashed-userland.git] / components / sound-theme-freedesktop / Makefile
blob7975f8f173d142b796209ae47f0cfeae2fdebce8
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. All rights reserved
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= sound-theme-freedesktop
18 COMPONENT_VERSION= 0.6
19 COMPONENT_PROJECT_URL= http://www.freedesktop.org/wiki/Specifications/sound-theme-spec/
20 COMPONENT_SUMMARY= XDG FreeDesktop Sound Theme
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:b9c052ec28c1cda6fccca6c138934a2527e89f862933eab84b211436668f47d9
25 COMPONENT_ARCHIVE_URL= http://0pointer.de/public/$(COMPONENT_ARCHIVE)
27 include $(WS_TOP)/make-rules/prep.mk
28 include $(WS_TOP)/make-rules/configure.mk
29 include $(WS_TOP)/make-rules/ips.mk
31 PATH=/usr/gnu/bin:/usr/bin
33 CONFIGURE_ENV+= PERL=$(PERL)
35 # common targets
36 build: $(BUILD_32)
38 install: $(INSTALL_32)
40 test: $(NO_TESTS)
42 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
44 include $(WS_TOP)/make-rules/depend.mk