mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
25b6dabf06
* [bzip2] Fix version in pc file * license was correct * version
12 lines
220 B
PkgConfig
12 lines
220 B
PkgConfig
prefix=@BZIP2_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: bzip2
|
|
Description: bzip2
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -l@bzname@
|
|
Cflags: -I${includedir}
|