Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
1a3274 1 #
AS 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 2014 Artem Shepelev. All rights reserved.
13 #
14
15 set name=pkg.fmri value=pkg:/archiver/arj@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
16 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
17 set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
18 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
19 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
20 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
21
22 license doc/COPYING license='GPLv2'
23
24 file path=usr/bin/arj
25 file path=usr/bin/arj-register
26 file path=usr/bin/arjdisp
27 file path=usr/bin/rearj
28 file path=usr/lib/arj/arjcrypt.so
29 file path=usr/share/man/man1/arj-register.1
30 file path=usr/share/man/man1/arj.1
31 file path=usr/share/man/man1/arjdisp.1
32 file path=usr/share/man/man1/rearj.1
33