root/juggler/branches/2.2/modules/tweek/tweek-python.fpc.in

Revision 20611, 1.5 kB (checked in by patrick, 1 year ago)

Use Flagpoll to figure out the Tweek data subdirectory.

  • Property svn:eol-style set to native
Line 
1 ########################### Private Variables ############################
2 prefix= ${fp_file_cwd}/../..
3 exec_prefix = ${prefix}
4
5 VERSION_DOT = @VERSION_DOT@
6
7 MAJOR_VERSION = @MAJOR_VERSION@
8 MINOR_VERSION = @MINOR_VERSION@
9 MICRO_VERSION = @MICRO_VERSION@
10 tweek_version = ${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
11
12 topdir = @topdir@
13 data_subdir = @data_subdir@
14
15 PYTHON_IDL = @PYTHON_IDL@
16 tweek_idlflags_python = @tweek_idlflags_python@
17 tweek_idl_inc_flag_python = @tweek_idl_incflag_python@
18 tweek_idlgendir_python = @tweek_idlgendir_python@
19 BUILD_PYTHON_IDL = @BUILD_PYTHON_IDL@
20 tweek_share_dir = ${prefix}/@TWEEK_SHARE_DIR@
21
22 tweek_data_subdir = @tweek_data_subdir@
23 ########################### Public Variables ############################
24
25 ######################### Standard Flagpoll Variables ###################
26 Name: Tweek-Python
27 Description: Tweek is a portable GUI for applications. The Tweek GUI can be run in virtual environments, external on a palm top, or on the desktop next to a running application. Each of these methods gives a familier 2D widget set that can control applications flexibly.
28 URL: http://www.vrjuggler.org/tweek/
29 Version: ${tweek_version}
30 Provides: tweek-python
31 Arch: noarch
32
33 ######################### Tweek-Specific Flagpoll Variables ###################
34
35 python_idl_available: ${BUILD_PYTHON_IDL}
36 python_idl: ${PYTHON_IDL}
37 python_idlflags: ${tweek_idlflags_python}
38 python_idlgendir: ${tweek_idlgendir_python}
39 python_idlincflag: ${tweek_idl_inc_flag_python}
40
41 tweek_data_subdir: ${tweek_data_subdir}
Note: See TracBrowser for help on using the browser.