File: rasqal.pc.in

package info (click to toggle)
rasqal 0.9.32-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 11,124 kB
  • ctags: 4,609
  • sloc: ansic: 39,375; sh: 12,077; yacc: 4,768; makefile: 2,426; perl: 2,007; lex: 1,952; xml: 453
file content (16 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/@PACKAGE@

have_raptor2_api=1

Name: Rasqal RDF Query Library
Description: Rasqal RDF Query parsing and execution library
Requires: raptor2 >= @RAPTOR_MIN_VERSION@
Requires.private: @PKGCONFIG_REQUIRES@
Version: @VERSION@
Libs: -L${libdir} -lrasqal
Libs.private: @LIBS@ @PKGCONFIG_LIBS@ @RASQAL_EXTERNAL_LIBS@
Cflags: -I${includedir}