]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libarchive/libarchive.pc
ulimit(3): Fix broken check.
[FreeBSD/FreeBSD.git] / lib / libarchive / libarchive.pc
1 # $FreeBSD$
2 prefix=/usr
3 exec_prefix=${prefix}
4 libdir=${exec_prefix}/lib
5 includedir=${prefix}/include
6
7 Name: libarchive
8 Description: library that can create and read several streaming archive formats
9 Version: 3.1.2
10 Cflags: -I${includedir}
11 Libs: -L${libdir} -larchive
12 Libs.private: -lz -lbz2 -llzma -lbsdxml -lcrypto