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