Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
c14b14 1 #
MN 2 # CDDL HEADER START
3 #
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.
7 #
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.
12 #
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]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
22 # Copyright (c) 2019, Michal Nowak
23 #
24
25 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
26 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
27 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
29 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
31
32 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
33
34 file path=usr/bin/colcrt
35 file path=usr/bin/colrm
36 file path=usr/bin/column
37 file path=usr/bin/hexdump
38 file path=usr/bin/rename
39 #file path=usr/bin/test_sysinfo
40 link path=usr/lib/$(MACH64)/libsmartcols.so target=libsmartcols.so.1.1.0
41 link path=usr/lib/$(MACH64)/libsmartcols.so.1 target=libsmartcols.so.1.1.0
42 file path=usr/lib/$(MACH64)/libsmartcols.so.1.1.0
43 file path=usr/share/locale/ca/LC_MESSAGES/text-utilities.mo
44 file path=usr/share/locale/cs/LC_MESSAGES/text-utilities.mo
45 file path=usr/share/locale/da/LC_MESSAGES/text-utilities.mo
46 file path=usr/share/locale/de/LC_MESSAGES/text-utilities.mo
47 file path=usr/share/locale/es/LC_MESSAGES/text-utilities.mo
48 file path=usr/share/locale/et/LC_MESSAGES/text-utilities.mo
49 file path=usr/share/locale/eu/LC_MESSAGES/text-utilities.mo
50 file path=usr/share/locale/fi/LC_MESSAGES/text-utilities.mo
51 file path=usr/share/locale/fr/LC_MESSAGES/text-utilities.mo
52 file path=usr/share/locale/gl/LC_MESSAGES/text-utilities.mo
53 file path=usr/share/locale/hr/LC_MESSAGES/text-utilities.mo
54 file path=usr/share/locale/hu/LC_MESSAGES/text-utilities.mo
55 file path=usr/share/locale/id/LC_MESSAGES/text-utilities.mo
56 file path=usr/share/locale/it/LC_MESSAGES/text-utilities.mo
57 file path=usr/share/locale/ja/LC_MESSAGES/text-utilities.mo
58 file path=usr/share/locale/nl/LC_MESSAGES/text-utilities.mo
59 file path=usr/share/locale/pl/LC_MESSAGES/text-utilities.mo
60 file path=usr/share/locale/pt_BR/LC_MESSAGES/text-utilities.mo
61 file path=usr/share/locale/ru/LC_MESSAGES/text-utilities.mo
62 file path=usr/share/locale/sl/LC_MESSAGES/text-utilities.mo
63 file path=usr/share/locale/sv/LC_MESSAGES/text-utilities.mo
64 file path=usr/share/locale/tr/LC_MESSAGES/text-utilities.mo
65 file path=usr/share/locale/uk/LC_MESSAGES/text-utilities.mo
66 file path=usr/share/locale/vi/LC_MESSAGES/text-utilities.mo
67 file path=usr/share/locale/zh_CN/LC_MESSAGES/text-utilities.mo
68 file path=usr/share/locale/zh_TW/LC_MESSAGES/text-utilities.mo
69 file path=usr/share/man/man1/colcrt.1
70 file path=usr/share/man/man1/colrm.1
71 file path=usr/share/man/man1/column.1
72 file path=usr/share/man/man1/hexdump.1
73 file path=usr/share/man/man1/rename.1