Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libgit2.pc.in - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ece5f2b8e9bd776d6467fbfbe5497b1e94e6a2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=${prefix}/include

Name: libgit2
Description: The git library, take 2
Version: @version@
Requires: libcrypto
Libs: -L${libdir} -lgit2 -lz -lcrypto
Cflags: -I${includedir}