Last change
on this file since 4 was 1, checked in by Paul Smedley, 10 years ago |
Initial commit of Heimdal 1.5.3
|
File size:
515 bytes
|
Line | |
---|
1 | # $Id$
|
---|
2 | prefix=@prefix@
|
---|
3 | exec_prefix=${prefix}
|
---|
4 | libdir=${exec_prefix}/lib
|
---|
5 | includedir=${prefix}/include
|
---|
6 |
|
---|
7 | Name: @PACKAGE@
|
---|
8 | Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.
|
---|
9 | Version: @VERSION@
|
---|
10 | URL: http://www.pdc.kth.se/heimdal/
|
---|
11 | #Requires: foo = 1.3.1
|
---|
12 | #Conflicts: bar <= 4.5
|
---|
13 | Libs: -L${libdir} -lgssapi -lheimntlm -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lroken @LIB_crypt@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
|
---|
14 | Cflags: -I${includedir}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.