Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
7c7cd7 1 #
MN 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.
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 2018 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
13 # Copyright 2018 Michal Nowak
14 #
15
16 include ../../../make-rules/shared-macros.mk
17
18 COMPONENT_NAME=        lzip
d04df9 19 COMPONENT_VERSION=    1.24.1
f18b3b 20 COMPONENT_SUMMARY=    Lzip - a lossless data compressor with a user interface similar to the one of gzip or bzip2
7c7cd7 21 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
9c10da 22 COMPONENT_PROJECT_URL=    https://lzip.nongnu.org/
7c7cd7 23 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
d04df9 24 COMPONENT_ARCHIVE_HASH=    sha256:30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162
9c10da 25 COMPONENT_ARCHIVE_URL=    https://download.savannah.gnu.org/releases/lzip/$(COMPONENT_ARCHIVE)
1dd230 26 # Signature verification fails
AW 27 #COMPONENT_SIG_URL=    https://download.savannah.gnu.org/releases/lzip/$(COMPONENT_ARCHIVE).sig
f18b3b 28 COMPONENT_FMRI=        compress/lzip
7c7cd7 29 COMPONENT_CLASSIFICATION= Applications/System Utilities
1dd230 30 COMPONENT_LICENSE=    GPLv2+
AW 31 COMPONENT_LICENSE_FILE=    COPYING
7c7cd7 32
9c10da 33 include $(WS_MAKE_RULES)/common.mk
7c7cd7 34
MN 35 COMPONENT_TEST_TRANSFORMER = $(NAWK)
36 COMPONENT_TEST_TRANSFORMS = "'/testing|tests/'"
37
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
9c10da 40 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
AW 41 REQUIRED_PACKAGES += system/library