mirror of https://github.com/BOINC/boinc.git
13 lines
303 B
PkgConfig
13 lines
303 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: boinc_zip
|
|
Description: Compression functions for BOINC applications
|
|
Version: @PACKAGE_VERSION@
|
|
URL: https://boinc.berkeley.edu/trac/wiki/FileCompression
|
|
|
|
Cflags: -I${includedir}/boinc
|
|
Libs: -L${libdir} -lboinc_zip
|