]> git.ipfire.org Git - ipfire-3.x.git/blame - librpcsecgss/librpcsecgss.nm
openssl: Update to 1.1.0g
[ipfire-3.x.git] / librpcsecgss / librpcsecgss.nm
CommitLineData
2a9df94e 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2a9df94e
SS
4###############################################################################
5
802ea3af 6name = librpcsecgss
4b74ccda 7version = 0.19
802ea3af 8release = 1
2a9df94e 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
12license = BSD
13summary = A Library for secure rpc communication.
2a9df94e 14
802ea3af 15description
2a9df94e 16 rpcsecgss allows secure rpc communication using the rpcsec_gss \
802ea3af
MT
17 protocol.
18end
19
4b74ccda
AM
20source_dl = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
21sources = %{thisapp}.tar.gz
802ea3af
MT
22
23build
24 requires
25 libgssglue-devel
26 pkg-config
27 end
28end
29
30packages
31 package %{name}
32 end
1f9bc2f0 33
802ea3af
MT
34 package %{name}-devel
35 template DEVEL
36 end
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end