14 lines
341 B
PkgConfig
Raw Normal View History

2012-04-19 19:04:21 +03:00
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}
2018-10-28 12:09:07 +01:00
Cflags.private: -DLIBARCHIVE_STATIC
2012-04-19 19:04:21 +03:00
Libs: -L${libdir} -larchive
Libs.private: @LIBS@
2023-07-02 19:51:09 +02:00
Requires.private: @LIBSREQUIRED@