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
18 COMPONENT_VERSION
= 1.0.4
21 COMPONENT_SUMMARY
= Dictionary-based LZ-type compressor favoring speed
22 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(HUMAN_VERSION
)
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
24 COMPONENT_ARCHIVE_HASH
= sha256
:7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41
25 COMPONENT_PROJECT_URL
= https
://www.lzop.org
26 COMPONENT_ARCHIVE_URL
= https
://www.lzop.org
/download
/$(COMPONENT_ARCHIVE
)
27 COMPONENT_FMRI
= compress
/$(COMPONENT_NAME
)
28 COMPONENT_CLASSIFICATION
= Applications
/System Utilities
29 COMPONENT_LICENSE
= GPLv2
31 include $(WS_MAKE_RULES
)/common.mk
33 # Auto-generated dependencies
34 REQUIRED_PACKAGES
+= library
/lzo
35 REQUIRED_PACKAGES
+= system
/library