diff options
author | Tim Kientzle <kientzle@gmail.com> | 2009-11-09 00:34:56 -0500 |
---|---|---|
committer | Tim Kientzle <kientzle@gmail.com> | 2009-11-09 00:34:56 -0500 |
commit | bafc3c6b7dfb0028b92c8a1653d6833f85d84e14 (patch) | |
tree | 14fba8d7cecbdba40717841343aca250d8f241a2 /build | |
parent | 59fec1eef1b25c484c4bb40f3df2faad526b4a3a (diff) | |
download | libarchive-bafc3c6b7dfb0028b92c8a1653d6833f85d84e14.tar.gz |
pkgconfig support from Xavier, plus a couple of missing files added to
the distfile generation.
SVN-Revision: 1614
Diffstat (limited to 'build')
-rw-r--r-- | build/pkgconfig/libarchive.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/pkgconfig/libarchive.pc.in b/build/pkgconfig/libarchive.pc.in new file mode 100644 index 00000000..5f1d6a63 --- /dev/null +++ b/build/pkgconfig/libarchive.pc.in @@ -0,0 +1,10 @@ +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@ +Libs: -larchive +Libs.private: @LIBS@ |