13 lines
315 B
PkgConfig
13 lines
315 B
PkgConfig
|
# $FreeBSD$
|
||
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libarchive
|
||
|
Description: library that can create and read several streaming archive formats
|
||
|
Version: 3.1.2
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -larchive
|
||
|
Libs.private: -lz -lbz2 -llzma -lbsdxml -lcrypto
|