mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
11 lines
242 B
PkgConfig
11 lines
242 B
PkgConfig
|
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}
|