Updated addon repository URL and improved debug output on download
[supertux.git] / external / tinygettext / tinygettext.pc.in
1 # Unfortunately, since this project is built with cmake,
2 # these variables can't properly be set.
3
4 prefix=@CMAKE_INSTALL_PREFIX@
5 exec_prefix=${prefix}
6 libdir=${exec_prefix}/@LIB_SUBDIR@
7 includedir=${prefix}/include
8
9 Name: @PROJECT_NAME@
10 Description: tiny, minimal gettext replacement
11 Version: @VERSION@
12 URL: http://tinygettext.googlecode.com/
13 Requires:
14 Libs: -L${libdir} -ltinygettext
15 Libs.private:
16 Cflags: -I${includedir}