Add missing file for clean libarchive build.
This commit is contained in:
parent
2e5f2d8aab
commit
3fedef7f7f
1 changed files with 11 additions and 0 deletions
11
archive/libarchive/build/pkgconfig/libarchive.pc.in
Normal file
11
archive/libarchive/build/pkgconfig/libarchive.pc.in
Normal file
|
@ -0,0 +1,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@
|
Loading…
Reference in a new issue