15 lines
508 B
PkgConfig
15 lines
508 B
PkgConfig
# $Id$
|
|
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: @PACKAGE@
|
|
Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.
|
|
Version: @VERSION@
|
|
URL: http://www.pdc.kth.se/heimdal/
|
|
#Requires: foo = 1.3.1
|
|
#Conflicts: bar <= 4.5
|
|
Libs: -L${libdir} -lgssapi -lheimntlm -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lroken @LIB_crypt@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
|
|
Cflags: -I${includedir}
|