2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2020, 2021, 2023 David Stes
17 set name=pkg.fmri value=pkg:/runtime/smalltalk/stack-spur-nodisplay@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24 license squeak.license license='MIT'
25 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
27 file inisqueak5 path=usr/bin/inisqueak5
28 file squeak.ips path=usr/bin/squeak5
29 file usr/bin/ckformat path=usr/bin/ckformat5
30 file path=usr/lib/$(MACH64)/squeak/$(PLUGIN_REV)-64bit/squeak mode=0555
31 file usr/doc/squeak/COPYING path=usr/share/doc/squeak-$(IPS_COMPONENT_VERSION)/COPYING
32 file usr/doc/squeak/COPYRIGHT path=usr/share/doc/squeak-$(IPS_COMPONENT_VERSION)/COPYRIGHT
33 file usr/doc/squeak/LICENSE path=usr/share/doc/squeak-$(IPS_COMPONENT_VERSION)/LICENSE
34 file usr/share/man/man1/squeak.1 path=usr/share/man/man1/squeak5.1
36 # use hardlink (squeak wrapper script may have issue with symlink)
38 hardlink path=usr/bin/squeak target=squeak5 mediator=squeak \
39 mediator-implementation=stack-spur mediator-version=5
40 hardlink path=usr/bin/inisqueak target=inisqueak5 mediator=squeak \
41 mediator-implementation=stack-spur mediator-version=5
42 hardlink path=usr/bin/ckformat target=ckformat5 mediator=squeak \
43 mediator-implementation=stack-spur mediator-version=5
44 hardlink path=usr/share/man/man1/squeak.1 target=squeak5.1 mediator=squeak \
45 mediator-implementation=stack-spur mediator-version=5