]>
Commit | Line | Data |
---|---|---|
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 | 6 | name = librpcsecgss |
4b74ccda | 7 | version = 0.19 |
802ea3af | 8 | release = 1 |
2a9df94e | 9 | |
802ea3af MT |
10 | groups = System/Libraries |
11 | url = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/ | |
12 | license = BSD | |
13 | summary = A Library for secure rpc communication. | |
2a9df94e | 14 | |
802ea3af | 15 | description |
2a9df94e | 16 | rpcsecgss allows secure rpc communication using the rpcsec_gss \ |
802ea3af MT |
17 | protocol. |
18 | end | |
19 | ||
4b74ccda AM |
20 | source_dl = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/ |
21 | sources = %{thisapp}.tar.gz | |
802ea3af MT |
22 | |
23 | build | |
24 | requires | |
25 | libgssglue-devel | |
26 | pkg-config | |
27 | end | |
28 | end | |
29 | ||
30 | packages | |
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 | 41 | end |