json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / library / librsync / Makefile
blob8d5b3bb57211da58e308949f76fa66378c5ecf71
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
22 # Copyright (c) 2022 Niklas Poslovski
24 BUILD_STYLE= cmake
25 include ../../../make-rules/shared-macros.mk
27 COMPONENT_NAME= librsync
28 COMPONENT_VERSION= 2.3.4
29 COMPONENT_SUMMARY= A library that implements the rsync remote-delta algorithm
30 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
31 COMPONENT_PROJECT_URL= https://librsync.github.io/
32 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
33 COMPONENT_ARCHIVE_HASH= sha256:a0dedf9fff66d8e29e7c25d23c1f42beda2089fb4eac1b36e6acd8a29edfbd1f
34 COMPONENT_ARCHIVE_URL= https://github.com/librsync/librsync/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
35 COMPONENT_FMRI= library/librsync
36 COMPONENT_CLASSIFICATION= System/Libraries
37 COMPONENT_LICENSE= LGPLv2.1
38 COMPONENT_LICENSE_FILE= COPYING
40 include $(WS_MAKE_RULES)/common.mk
42 COMPONENT_TEST_TRANSFORMS += \
43 ' -e "s/[0-9]*\.[0-9]* sec//g" ' \
44 ' -n ' \
45 ' -e "/Passed/p" ' \
46 ' -e "/passed/p" '
49 # Auto-generated dependencies
50 REQUIRED_PACKAGES += library/popt
51 REQUIRED_PACKAGES += system/library