1178825Sdfr# $Id$
2233294Sstasprefix=@prefix@
3178825Sdfrexec_prefix=${prefix}
4178825Sdfrlibdir=${exec_prefix}/lib
5178825Sdfrincludedir=${prefix}/include
6178825Sdfr
7178825SdfrName: @PACKAGE@
8178825SdfrDescription: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.
9178825SdfrVersion: @VERSION@
10178825SdfrURL: http://www.pdc.kth.se/heimdal/
11178825Sdfr#Requires: foo = 1.3.1
12178825Sdfr#Conflicts: bar <= 4.5
13233294SstasLibs: -L${libdir} -lgssapi -lheimntlm -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lroken @LIB_crypt@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
14178825SdfrCflags: -I${includedir}
15