Andreas Wacknitz
2022-03-23 3d8a5ec0761b3fc37e2d914141646e64b4cb0f7c
commit | author | age
b88b94 1 #
AS 2 # This file and its contents are supplied under the terms of the
a14fd0 3 # Common Development and Distribution License ("CDDL"). You may
b88b94 4 # only use this file in accordance with the terms of the CDDL.
AS 5 #
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.
9 #
10
11 #
12 # Copyright 2013 Adam Stevko. All rights reserved.
13 #
3d8a5e 14 BUILD_BITS=    64
0a0593 15 include ../../../make-rules/shared-macros.mk
b88b94 16
AS 17 COMPONENT_NAME=        lzop
3d8a5e 18 COMPONENT_VERSION=    1.0.4
AW 19 HUMAN_VERSION=        1.04
20 COMPONENT_REVISION=    1
21 COMPONENT_SUMMARY=    Dictionary-based LZ-type compressor favoring speed
22 COMPONENT_SRC=        $(COMPONENT_NAME)-$(HUMAN_VERSION)
b88b94 23 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
3d4b67 24 COMPONENT_ARCHIVE_HASH=    sha256:7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41
3d8a5e 25 COMPONENT_PROJECT_URL=    https://www.lzop.org
AW 26 COMPONENT_ARCHIVE_URL=    https://www.lzop.org/download/$(COMPONENT_ARCHIVE)
27 COMPONENT_LICENSE=    GPLv2
28 COMPONENT_FMRI=    compress/$(COMPONENT_NAME)
29 COMPONENT_CLASSIFICATION=    Applications/System Utilities
b88b94 30
3d8a5e 31 include $(WS_MAKE_RULES)/common.mk
03e23e 32
fb43ae 33 # Auto-generated dependencies
03e23e 34 REQUIRED_PACKAGES += library/lzo
35 REQUIRED_PACKAGES += system/library