]>
Commit | Line | Data |
---|---|---|
1921195b | 1 | ############################################################################### |
802ea3af MT |
2 | # IPFire.org - An Open Source Firewall Solution # |
3 | # Copyright (C) - IPFire Development Team <info@ipfire.org> # | |
1921195b MT |
4 | ############################################################################### |
5 | ||
802ea3af | 6 | name = tinc |
c151a4b3 | 7 | version = 1.0.23 |
802ea3af | 8 | release = 1 |
1921195b | 9 | |
802ea3af MT |
10 | groups = Networking/Tools |
11 | url = http://www.tinc-vpn.org/ | |
12 | license = GPLv2+ | |
13 | summary = A virtual private network daemon. | |
1921195b | 14 | |
802ea3af | 15 | description |
1921195b MT |
16 | tinc is a Virtual Private Network (VPN) daemon that uses tunnelling |
17 | and encryption to create a secure private network between hosts on | |
18 | the Internet. Because the tunnel appears to the IP level network | |
19 | code as a normal network device, there is no need to adapt any | |
20 | existing software. This tunnelling allows VPN sites to share | |
21 | information with each other over the Internet without exposing any | |
22 | information to others. | |
802ea3af MT |
23 | end |
24 | ||
25 | source_dl = http://www.tinc-vpn.org/packages/ | |
26 | ||
27 | build | |
28 | requires | |
29 | lzo-devel | |
30 | openssl-devel | |
31 | zlib-devel | |
32 | end | |
33 | end | |
1921195b | 34 | |
802ea3af MT |
35 | packages |
36 | package %{name} | |
1f9bc2f0 MT |
37 | |
38 | package %{name}-debuginfo | |
39 | template DEBUGINFO | |
40 | end | |
802ea3af | 41 | end |