jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / lzlib / Makefile
blobf1239eb6feb7cdff81848066c8b39877dff85e3f
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2022 Andreas Wacknitz
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= lzlib
19 COMPONENT_VERSION= 1.14
20 COMPONENT_SUMMARY= Lzlib is a data compression library providing in-memory LZMA compression and decompression functions
21 COMPONENT_PROJECT_URL= https://lzip.nongnu.org/lzlib.html
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.lz
24 COMPONENT_ARCHIVE_HASH= sha256:e362ecccd82d4dd297df6a51b952c65d2172f9bf41a5c4590d3604d83aa519d3
25 COMPONENT_ARCHIVE_URL= https://download.savannah.gnu.org/releases/lzip/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= library/$(COMPONENT_NAME)
27 COMPONENT_CLASSIFICATION= System/Libraries
28 COMPONENT_LICENSE= BSD 2-clause
29 COMPONENT_LICENSE_FILE= COPYING
31 include $(WS_MAKE_RULES)/common.mk
33 CONFIGURE_OPTIONS += --disable-static
34 CONFIGURE_OPTIONS += --enable-shared
36 COMPONENT_TEST_TRANSFORMS += \
37 '-n' \
38 '-e "/test/p"'
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += system/library