Marcel Telka
2024-04-07 8a23b876d5e0a9d2a1ae972f152fad47a355daa4
commit | author | age
352ccd 1 #
JK 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 2016 Jim Klimov
13 #
14
15 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
7f565a 16 set name=pkg.human-version value=$(HUMAN_VERSION)
352ccd 17 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
JK 18 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
19 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
20 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
22
23 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
24
25 <transform file path=usr/share/doc/$(COMPONENT_NAME)/.* -> default facet.doc true>
7f565a 26
352ccd 27 file path=usr/bin/autossh
JK 28 file path=usr/share/doc/autossh/CHANGES
29 file path=usr/share/doc/autossh/README
30 file path=usr/share/examples/autossh/autossh.host
31 file path=usr/share/examples/autossh/rscreen
32 file path=usr/share/man/man1/autossh.1