File: sord.pc.in

package info (click to toggle)
sord 0.8.0~dfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,248 kB
  • sloc: python: 11,990; ansic: 3,139; cpp: 483; xml: 173; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
prefix=@PREFIX@
exec_prefix=@EXEC_PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@

Name: Sord
Version: @SORD_VERSION@
Description: A lightweight C library for storing RDF statements in memory.
Requires: serd-0
Libs: -L${libdir} -lsord-@SORD_MAJOR_VERSION@
Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@