File: pygtk-2.0.pc.in

package info (click to toggle)
python-gtk2 2.6.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,876 kB
  • ctags: 3,592
  • sloc: python: 13,236; sh: 8,569; ansic: 8,518; makefile: 762
file content (20 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
datadir=@datadir@
pyexecdir=@pyexecdir@

# you can use the --variable=pygtkincludedir argument to
# pkg-config to get this value.  You might want to use this to
# install additional headers.
pygtkincludedir=${includedir}/pygtk-2.0

# same here.  Useful when calling the code generator in addon packages.
defsdir=${datadir}/pygtk/2.0/defs
codegendir=${datadir}/pygtk/2.0/codegen

Name: PyGTK
Description: Python bindings for GTK+ and related libraries
Requires: pygobject-2.0
Version: @VERSION@
Cflags: -I${pygtkincludedir} @THREADING_CFLAGS@