Initial packaging for n2n 3.1.1
This commit is contained in:
parent
e7b41df57b
commit
64c575dfa7
10 changed files with 866 additions and 0 deletions
19
debian/control
vendored
Normal file
19
debian/control
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
Source: n2n
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Rolf Leggewie <foss@rolf.leggewie.biz>
|
||||
Build-Depends: cmake, debhelper-compat (= 13)
|
||||
Standards-Version: 4.5.1
|
||||
Homepage: http://www.ntop.org/products/n2n/
|
||||
Vcs-Browser: https://github.com/leggewie-DM/n2n
|
||||
Vcs-Git: https://github.com/leggewie-DM/n2n.git
|
||||
|
||||
Package: n2n
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
lsb-base (>= 3.0-6), net-tools
|
||||
Description: Peer-to-Peer VPN network daemon
|
||||
n2n is an open source VPN application which utilizes
|
||||
a Peer-to-peer architecture for network membership
|
||||
and routing.
|
Loading…
Add table
Add a link
Reference in a new issue