]> git.ipfire.org Git - ipfire-3.x.git/blob - libgssglue/libgssglue.nm
24ce555c3f920d02e3e463dde011208f45c54cbc
[ipfire-3.x.git] / libgssglue / libgssglue.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libgssglue
7 version = 0.1
8 release = 1
9
10 groups = Development/Tools
11 url = http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/
12 license = BSD
13 summary = This library exports a gssapi interface.
14
15 description
16 This library exports a gssapi interface, but doesn't implement any \
17 gssapi mechanisms itself; instead it calls gssapi routines in other \
18 libraries, depending on the mechanism.
19 end
20
21 source_dl =
22
23 packages
24 package %{name}
25 end
26
27 package %{name}-devel
28 template DEVEL
29 end
30 end