File: curlpp.pc.in

package info (click to toggle)
curlpp 0.8.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 768 kB
  • sloc: cpp: 4,796; sh: 64; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is a comment
prefix=@prefix@
exec_prefix=@prefix@
includedir=@includedir@

Name: curlpp
Description: cURLpp is a libcurl C++ wrapper
Version: @CURLPP_VERSION@
Libs: -L@libdir@ -lcurlpp @LDFLAGS@ @LIBS@
Cflags: -I@includedir@ @CURLPP_CXXFLAGS@
# libcurl is required as non-private because CurlHandle.inl uses curl_easy_setopt.
Requires: libcurl