mirror of https://github.com/moparisthebest/curl

1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,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} |
Loading…
Reference in new issue