zsh: update to 5.7.1 & native build
[unleashed-userland.git] / components / archiver / lzop / Makefile
blob8c0323d6913ca6f9bb35c2a2154e37171b703056
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 2013 Adam Stevko. All rights reserved.
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= lzop
18 COMPONENT_VERSION= 1.03
19 IPS_COMPONENT_VERSION= 1.0.3
20 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
21 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
22 COMPONENT_ARCHIVE_HASH= sha256:c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9
23 COMPONENT_PROJECT_URL= http://www.lzop.org
24 COMPONENT_ARCHIVE_URL= http://www.lzop.org/download/$(COMPONENT_ARCHIVE)
26 include $(WS_TOP)/make-rules/prep.mk
27 include $(WS_TOP)/make-rules/configure.mk
28 include $(WS_TOP)/make-rules/ips.mk
30 build: $(BUILD_32)
32 install: $(INSTALL_32)
34 test: $(TEST_32)
36 REQUIRED_PACKAGES += library/lzo
37 REQUIRED_PACKAGES += system/library