xref: /titanic_51/usr/src/pkg/manifests/system-ficl.mf (revision 7bd127e85015b79d74a695ce443668c6a3da9591)
1a1bf3f78SToomas Soome#
2a1bf3f78SToomas Soome# This file and its contents are supplied under the terms of the
3a1bf3f78SToomas Soome# Common Development and Distribution License ("CDDL"), version 1.0.
4a1bf3f78SToomas Soome# You may only use this file in accordance with the terms of version
5a1bf3f78SToomas Soome# 1.0 of the CDDL.
6a1bf3f78SToomas Soome#
7a1bf3f78SToomas Soome# A full copy of the text of the CDDL should have accompanied this
8a1bf3f78SToomas Soome# source.  A copy of the CDDL is also available via the Internet at
9a1bf3f78SToomas Soome# http://www.illumos.org/license/CDDL.
10a1bf3f78SToomas Soome#
11a1bf3f78SToomas Soome
12a1bf3f78SToomas Soome#
13a1bf3f78SToomas Soome# Copyright 2016, Toomas Soome <tsoome@me.com>
14a1bf3f78SToomas Soome#
15a1bf3f78SToomas Soome
16a1bf3f78SToomas Soome#
17a1bf3f78SToomas Soome# The default for payload-bearing actions in this package is to appear in the
18a1bf3f78SToomas Soome# global zone only.  See the include file for greater detail, as well as
19a1bf3f78SToomas Soome# information about overriding the defaults.
20a1bf3f78SToomas Soome#
21a1bf3f78SToomas Soomeset name=pkg.fmri \
22*7bd127e8SMarcel Telka    value=pkg:/system/ficl@4.1.0,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH).4
23a1bf3f78SToomas Soomeset name=pkg.description value="Forth Inspired Command Language"
24a1bf3f78SToomas Soomeset name=pkg.summary value="FICL Forth Implementation"
25a1bf3f78SToomas Soomeset name=info.classification value=org.opensolaris.category.2008:System/Core
26a1bf3f78SToomas Soomeset name=variant.arch value=$(ARCH)
27a1bf3f78SToomas Soomedir path=usr group=sys
28a1bf3f78SToomas Soomedir path=usr/bin group=bin
29a1bf3f78SToomas Soomedir path=usr/bin/$(ARCH32) group=bin
30a1bf3f78SToomas Soomedir path=usr/bin/$(ARCH64) group=bin
31a1bf3f78SToomas Soomedir path=usr/lib group=bin
32a1bf3f78SToomas Soomedir path=usr/lib/$(ARCH64) group=bin
33a1bf3f78SToomas Soomefile path=usr/bin/$(ARCH32)/ficl-sys group=sys mode=0555
34a1bf3f78SToomas Soomefile path=usr/bin/$(ARCH64)/ficl-sys group=sys mode=0555
35a1bf3f78SToomas Soomefile path=usr/lib/$(ARCH64)/libficl-sys.so.4.1.0 group=sys mode=0755
36a1bf3f78SToomas Soomefile path=usr/lib/libficl-sys.so.4.1.0 group=sys mode=0755
37a1bf3f78SToomas Soomehardlink path=usr/bin/ficl-sys target=../../usr/lib/isaexec
38a1bf3f78SToomas Soomelicense lic_CDDL license=lic_CDDL
39a1bf3f78SToomas Soomelicense usr/src/common/ficl/LICENSE license=usr/src/common/ficl/LICENSE
40