]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - tinc/tinc.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/ipfire-3.x.git] / tinc / tinc.nm
CommitLineData
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 6name = tinc
c151a4b3 7version = 1.0.23
802ea3af 8release = 1
1921195b 9
802ea3af
MT
10groups = Networking/Tools
11url = http://www.tinc-vpn.org/
12license = GPLv2+
13summary = A virtual private network daemon.
1921195b 14
802ea3af 15description
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
23end
24
25source_dl = http://www.tinc-vpn.org/packages/
26
27build
28 requires
29 lzo-devel
30 openssl-devel
31 zlib-devel
32 end
33end
1921195b 34
802ea3af
MT
35packages
36 package %{name}
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end