rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / archiver / gtar / Makefile
bloba91367fa546dc694a102e51e7d7658c8bca8b41e
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
23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2019, Michal Nowak
25 # Copyright (c) 2021, Nona Hansel
28 include ../../../make-rules/shared-macros.mk
30 COMPONENT_NAME= tar
31 COMPONENT_VERSION= 1.35
32 COMPONENT_SUMMARY= GNU version of the tar archiving utility
33 COMPONENT_DESCRIPTION= Tar is a program for packaging a set of files as a single archive in tar format
34 COMPONENT_PROJECT_URL= https://www.gnu.org/software/tar/
35 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
36 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
37 COMPONENT_ARCHIVE_HASH= sha256:4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16
38 COMPONENT_ARCHIVE_URL= https://ftp.gnu.org/gnu/tar/$(COMPONENT_ARCHIVE)
39 COMPONENT_FMRI= archiver/gnu-tar
40 COMPONENT_CLASSIFICATION= Development/GNU
41 COMPONENT_LICENSE= GPLv3, FDLv1.3
42 COMPONENT_LICENSE_FILE= gtar.license
44 include $(WS_MAKE_RULES)/common.mk
46 # Use ssh (rather than rsh) for remote commands.
47 CONFIGURE_ENV += "RSH=/usr/bin/ssh"
49 CONFIGURE_OPTIONS += --with-rmt=/usr/sbin/rmt
50 CONFIGURE_OPTIONS += --libexecdir=/usr/sbin
52 # rmt(1M)
53 REQUIRED_PACKAGES += service/network/network-clients
54 REQUIRED_PACKAGES += SUNWcs
56 # Auto-generated dependencies
57 REQUIRED_PACKAGES += compress/bzip2
58 REQUIRED_PACKAGES += compress/gzip
59 REQUIRED_PACKAGES += network/ssh
60 REQUIRED_PACKAGES += system/extended-system-utilities
61 REQUIRED_PACKAGES += system/library