1# Specification file for IRIX 6.5.x
2#
3# IRIX software distribution specification to package sswf for
4# easy installation on an IRIX system
5# Written by Alexis Wilke for Made to Order Software Corp. (c) 2002-2009
6#
7# Copyright (c) 2002-2009 Made to Order Software Corp.
8#
9# Permission is hereby granted, free of charge, to any
10# person obtaining a copy of this software and
11# associated documentation files (the "Software"), to
12# deal in the Software without restriction, including
13# without limitation the rights to use, copy, modify,
14# merge, publish, distribute, sublicense, and/or sell
15# copies of the Software, and to permit persons to whom
16# the Software is furnished to do so, subject to the
17# following conditions:
18#
19# The above copyright notice and this permission notice
20# shall be included in all copies or substantial
21# portions of the Software.
22#
23# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
24# ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
25# LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
26# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
27# EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
28# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
29# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30# ARISING FROM, OUT OF OR IN CONNECTION WITH THE
31# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32# SOFTWARE.
33#
34
35
36product ScriptSWF
37	id "SSWF by Made to Order Software Corp."
38	cutpoint /usr/include/sswf
39	cutpoint /usr/doc/sswf-<VERSION>
40	image sw
41		id "ScriptSWF Software"
42		version <VERSION_NUMBER>
43		subsys base
44			id "Required subsystem to have SSWF working on your system"
45			replaces self
46			exp BASE
47			default
48		endsubsys
49		subsys optional
50			id "Extra tools: jpg2swf, swf_dump and ft2sswf"
51			replaces self
52			exp TOOLS
53			default
54		endsubsys
55	endimage
56	image man
57		id "ScriptSWF Man Pages and Release Notes"
58		subsys manpages
59			id "Man Pages"
60			replaces self
61			exp MAN
62			default
63		endsubsys
64		subsys relnotes
65			id "Release Notes"
66			replaces self
67			exp NOTES
68			default
69		endsubsys
70	endimage
71	image documentation
72		id "ScriptSWF documentation"
73		subsys html
74			id "HTML documentation"
75			replaces self
76			exp DOC
77		endsubsys
78	endimage
79	image src
80		id "ScriptSWF source code"
81		subsys tarball
82			id "Source code tar ball"
83			replaces self
84			exp SRC
85		endsubsys
86	endimage
87endproduct
88
89