]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - tinc/tinc.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / tinc / tinc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = tinc
7 version = 1.0.23
8 release = 1
9
10 groups = Networking/Tools
11 url = http://www.tinc-vpn.org/
12 license = GPLv2+
13 summary = A virtual private network daemon.
14
15 description
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.
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
34
35 packages
36 package %{name}
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end