blob: c234170e591ebf2e91f1df7bb2d4d91d4b8a2e0f (
plain)
1
2
3
4
5
6
7
8
9
10
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libcurl
Description: Library to transfer files with ftp, http, etc.
Version: @VERSION@
Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
Cflags: -I${includedir}
|