Add missing file for clean libarchive build.

This commit is contained in:
Moinak Ghosh 2014-09-20 22:06:36 +05:30
parent 2e5f2d8aab
commit 3fedef7f7f

View 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@