1c19800e8SDoug Rabson# $Id$ 2*ae771770SStanislav Sedovprefix=@prefix@ 3c19800e8SDoug Rabsonexec_prefix=${prefix} 4c19800e8SDoug Rabsonlibdir=${exec_prefix}/lib 5c19800e8SDoug Rabsonincludedir=${prefix}/include 6c19800e8SDoug Rabson 7c19800e8SDoug RabsonName: @PACKAGE@ 8c19800e8SDoug RabsonDescription: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license. 9c19800e8SDoug RabsonVersion: @VERSION@ 10c19800e8SDoug RabsonURL: http://www.pdc.kth.se/heimdal/ 11c19800e8SDoug Rabson#Requires: foo = 1.3.1 12c19800e8SDoug Rabson#Conflicts: bar <= 4.5 13*ae771770SStanislav SedovLibs: -L${libdir} -lgssapi -lheimntlm -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lroken @LIB_crypt@ @LIB_dlopen@ @LIB_door_create@ @LIBS@ 14c19800e8SDoug RabsonCflags: -I${includedir} 15