1prefix=/usr
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4datarootdir=${prefix}/share
5datadir=${datarootdir}
6includedir=${prefix}/include
7
8docdir=${datarootdir}/doc/pangomm-1.4
9doxytagfile=${docdir}/reference/pangomm-1.4.tag
10htmlrefdir=${docdir}/reference/html
11htmlrefpub=http://library.gnome.org/devel/pangomm/unstable/
12
13Name: pangomm
14Description: C++ binding for Pango
15Version: 2.26.2
16URL: http://www.gtkmm.org/
17Requires: glibmm-2.4 >= 2.14.1 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0
18Libs: -L${libdir} -lpangomm-1.4
19Cflags: -I${includedir}/pangomm-1.4  -I${libdir}/pangomm-1.4/include
20