1prefix=/usr
2exec_prefix=${prefix}
3includedir=${prefix}/include
4datarootdir=${prefix}/share
5datadir=${datarootdir}
6pyexecdir=${exec_prefix}/lib/python2.5/site-packages
7
8# you can use the --variable=pygtkincludedir argument to
9# pkg-config to get this value.  You might want to use this to
10# install additional headers.
11pygtkincludedir=${includedir}/pygtk-2.0
12
13# same here.  Useful when calling the code generator in addon packages.
14defsdir=${datadir}/pygtk/2.0/defs
15
16# This is strictly speaking not necessarily so (we refer to another
17# package), but we want to preserve compatibility with times codegen
18# was in PyGTK, not PyGObject.
19codegendir=${datadir}/pygobject/2.0/codegen
20
21Name: PyGTK
22Description: Python bindings for GTK+ and related libraries
23Requires: pygobject-2.0
24Version: 2.17.0
25Cflags: -I${pygtkincludedir}
26