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