File: tinyxml.pc.in

package info (click to toggle)
tinyxml 2.6.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,656 kB
  • sloc: cpp: 4,755; makefile: 96; xml: 22
file content (10 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib/${DEB_HOST_MULTIARCH}
includedir=${prefix}/include

Name: TinyXml
Description: simple, small, C++ XML parser
Version: ${DEB_VERSION_UPSTREAM}
Libs: -L${libdir} -ltinyxml
Cflags: -I${includedir}