1 |
|
# Orca |
2 |
|
# |
3 |
|
# Copyright 2006 Sun Microsystems Inc. |
4 |
|
# |
5 |
|
# This library is free software; you can redistribute it and/or |
6 |
|
# modify it under the terms of the GNU Library General Public |
7 |
|
# License as published by the Free Software Foundation; either |
8 |
|
# version 2 of the License, or (at your option) any later version. |
9 |
|
# |
10 |
|
# This library is distributed in the hope that it will be useful, |
11 |
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 |
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 |
|
# Library General Public License for more details. |
14 |
|
# |
15 |
|
# You should have received a copy of the GNU Library General Public |
16 |
|
# License along with this library; if not, write to the |
17 |
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
18 |
|
# Boston, MA 02111-1307, USA. |
19 |
|
|
20 |
|
"""Holds platform-specific settings. |
21 |
1 |
""" |
22 |
|
|
23 |
1 |
__id__ = "$Id: platform.py.in,v 1.2 2006/06/10 00:54:47 wwalker Exp $" |
24 |
1 |
__version__ = "$Revision: 1.2 $" |
25 |
1 |
__date__ = "$Date: 2006/06/10 00:54:47 $" |
26 |
1 |
__copyright__ = "Copyright (c) 2005-2006 Sun Microsystems Inc." |
27 |
1 |
__license__ = "LGPL" |
28 |
|
|
29 |
|
# $ORCA_MAJOR_VERSION.$ORCA_MINOR_VERSION.$ORCA_MICRO_VERSION |
30 |
|
# |
31 |
1 |
version = "2.17.92" |
32 |
|
|
33 |
|
# "--prefix" parameter used when configuring the build. |
34 |
|
# |
35 |
1 |
prefix = "/usr" |
36 |
|
|
37 |
|
# The package name (should be "orca"). |
38 |
|
# |
39 |
1 |
package = "orca" |
40 |
|
|
41 |
|
# The name of the data directory (usually "share"). |
42 |
|
# |
43 |
1 |
datadirname = "share" |