xref: /illumos-gate/usr/src/pkg/manifests/system-ficl.p5m (revision 64e06443edf014595c23bb31bc5f823b67148696)
125b05a3eSAndy Fiddaman#
225b05a3eSAndy Fiddaman# This file and its contents are supplied under the terms of the
325b05a3eSAndy Fiddaman# Common Development and Distribution License ("CDDL"), version 1.0.
425b05a3eSAndy Fiddaman# You may only use this file in accordance with the terms of version
525b05a3eSAndy Fiddaman# 1.0 of the CDDL.
625b05a3eSAndy Fiddaman#
725b05a3eSAndy Fiddaman# A full copy of the text of the CDDL should have accompanied this
825b05a3eSAndy Fiddaman# source.  A copy of the CDDL is also available via the Internet at
925b05a3eSAndy Fiddaman# http://www.illumos.org/license/CDDL.
1025b05a3eSAndy Fiddaman#
1125b05a3eSAndy Fiddaman
1225b05a3eSAndy Fiddaman#
1325b05a3eSAndy Fiddaman# Copyright 2016, Toomas Soome <tsoome@me.com>
1425b05a3eSAndy Fiddaman#
1525b05a3eSAndy Fiddaman
1625b05a3eSAndy Fiddaman#
1725b05a3eSAndy Fiddaman# The default for payload-bearing actions in this package is to appear in the
1825b05a3eSAndy Fiddaman# global zone only.  See the include file for greater detail, as well as
1925b05a3eSAndy Fiddaman# information about overriding the defaults.
2025b05a3eSAndy Fiddaman#
2125b05a3eSAndy Fiddamanset name=pkg.fmri \
2225b05a3eSAndy Fiddaman    value=pkg:/system/ficl@4.1.0,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
2325b05a3eSAndy Fiddamanset name=pkg.summary value="FICL Forth Implementation"
2425b05a3eSAndy Fiddamanset name=pkg.description value="Forth Inspired Command Language"
2525b05a3eSAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Core
2625b05a3eSAndy Fiddamanset name=variant.arch value=$(ARCH)
2725b05a3eSAndy Fiddamandir  path=usr group=sys
28*64e06443SAndy Fiddaman$(i386_ONLY)dir path=usr/bin group=bin
29*64e06443SAndy Fiddaman$(i386_ONLY)dir path=usr/bin/$(ARCH32) group=bin
30*64e06443SAndy Fiddaman$(i386_ONLY)file path=usr/bin/$(ARCH32)/ficl-sys group=sys mode=0555
31*64e06443SAndy Fiddaman$(i386_ONLY)file path=usr/bin/ficl-sys group=sys mode=0555
3225b05a3eSAndy Fiddamandir  path=usr/lib group=bin
3325b05a3eSAndy Fiddamandir  path=usr/lib/$(ARCH64) group=bin
3425b05a3eSAndy Fiddamanfile path=usr/lib/$(ARCH64)/libficl-sys.so.4.1.0 group=sys mode=0755
3525b05a3eSAndy Fiddamanfile path=usr/lib/libficl-sys.so.4.1.0 group=sys mode=0755
3625b05a3eSAndy Fiddamanlicense lic_CDDL license=lic_CDDL
3725b05a3eSAndy Fiddamanlicense usr/src/common/ficl/LICENSE license=usr/src/common/ficl/LICENSE
38