Blame build/pkgconfig/libarchive.pc.in

Packit Service 1d0348
prefix=@prefix@
Packit Service 1d0348
exec_prefix=@exec_prefix@
Packit Service 1d0348
libdir=@libdir@
Packit Service 1d0348
includedir=@includedir@
Packit Service 1d0348
Packit Service 1d0348
Name: libarchive
Packit Service 1d0348
Description: library that can create and read several streaming archive formats
Packit Service 1d0348
Version: @VERSION@
Packit Service 1d0348
Cflags: -I${includedir}
Packit Service 1d0348
Cflags.private: -DLIBARCHIVE_STATIC
Packit Service 1d0348
Libs: -L${libdir} -larchive
Packit Service 1d0348
Libs.private: @LIBS@