mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-20 05:10:26 +08:00
15 lines
354 B
PkgConfig
15 lines
354 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
vendor=MIT
|
||
|
|
||
|
defccname=FILE:/tmp/krb5cc_%{uid}
|
||
|
defktname=FILE:/etc/krb5.keytab
|
||
|
defcktname=FILE:${prefix}/var/krb5/user/%{euid}/client.keytab
|
||
|
|
||
|
Name: krb5
|
||
|
Description: An implementation of Kerberos network authentication
|
||
|
Version: @VERSION@
|
||
|
Requires: mit-krb5
|