summaryrefslogtreecommitdiff
path: root/Utilities/cmlibarchive/build/pkgconfig/libarchive.pc.in
blob: 95d715951774afbc2686e1210cdebf7a0450a2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libarchive
Description: library that can create and read several streaming archive formats
Version: @VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -larchive
Libs.private: @LIBS@