1*537f9df8SAndrew Rist#**************************************************************
2*537f9df8SAndrew Rist#
3*537f9df8SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*537f9df8SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*537f9df8SAndrew Rist#  distributed with this work for additional information
6*537f9df8SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*537f9df8SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*537f9df8SAndrew Rist#  "License"); you may not use this file except in compliance
9*537f9df8SAndrew Rist#  with the License.  You may obtain a copy of the License at
10*537f9df8SAndrew Rist#
11*537f9df8SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*537f9df8SAndrew Rist#
13*537f9df8SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*537f9df8SAndrew Rist#  software distributed under the License is distributed on an
15*537f9df8SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*537f9df8SAndrew Rist#  KIND, either express or implied.  See the License for the
17*537f9df8SAndrew Rist#  specific language governing permissions and limitations
18*537f9df8SAndrew Rist#  under the License.
19*537f9df8SAndrew Rist#
20*537f9df8SAndrew Rist#**************************************************************
21cdf0e10cSrcweir
22cdf0e10cSrcweirStart
23cdf0e10cSrcweirmodule = "gid_Module_Root"
24cdf0e10cSrcweirsolarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-sdk"
25cdf0e10cSrcweirsolarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core01, SUNWbtool (Name="CCS tools bundled with SunOS"), SUNWxcu4 (Name="XCU4 Utilities")"
26cdf0e10cSrcweirpackagename = "%BASISPACKAGEPREFIX%OOOBASEVERSION-sdk"
27cdf0e10cSrcweirfreebsdrequires = "%BASISPACKAGEPREFIX%OOOBASEVERSION-core01"
28cdf0e10cSrcweirrequires = "%BASISPACKAGEPREFIX%OOOBASEVERSION-core01"
29cdf0e10cSrcweircopyright = "1999-2009 by OpenOffice.org"
30cdf0e10cSrcweirsolariscopyright = "solariscopyrightfile"
31cdf0e10cSrcweirvendor = "OpenOffice.org"
32cdf0e10cSrcweirdescription = "Software Development Kit for OpenOffice.org %OOOBASEVERSION"
33cdf0e10cSrcweirdestpath = "/opt"
34cdf0e10cSrcweirpackageversion = "%OOOPACKAGEVERSION"
35cdf0e10cSrcweirEnd
36