mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-20 17:05:20 +01:00
13 lines
308 B
PkgConfig
13 lines
308 B
PkgConfig
|
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}
|
||
|
Cflags.private: -DLIBARCHIVE_STATIC
|
||
|
Libs: -L${libdir} -larchive
|
||
|
Libs.private: @LIBS@
|