File: tinygettext.pc.in

package info (click to toggle)
pingus 0.7.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 31,672 kB
  • sloc: cpp: 42,080; xml: 2,319; lisp: 521; ruby: 455; ansic: 365; objc: 248; sh: 247; makefile: 140; python: 15
file content (16 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Unfortunately, since this project is built with cmake,
# these variables can't properly be set.

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/@LIB_SUBDIR@
includedir=${prefix}/include

Name: @PROJECT_NAME@
Description: tiny, minimal gettext replacement
Version: @VERSION@
URL: http://tinygettext.googlecode.com/
Requires:
Libs: -L${libdir} -ltinygettext
Libs.private:
Cflags: -I${includedir}