diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-14 11:51:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-14 11:51:56 +0000 |
commit | 84724fa185acfc917ead88d743a3b28ae1d481d3 (patch) | |
tree | d6c162152b456c99c12b20bc6c6c713cbac65510 /package/tinc/ipkg | |
parent | a20b5843519e63b57de44ed67e2eb1e8f60f40aa (diff) | |
download | upstream-84724fa185acfc917ead88d743a3b28ae1d481d3.tar.gz upstream-84724fa185acfc917ead88d743a3b28ae1d481d3.tar.bz2 upstream-84724fa185acfc917ead88d743a3b28ae1d481d3.zip |
Convert tinc to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@888 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/tinc/ipkg')
-rw-r--r-- | package/tinc/ipkg/tinc.control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/tinc/ipkg/tinc.control b/package/tinc/ipkg/tinc.control new file mode 100644 index 0000000000..4c8d0f8b73 --- /dev/null +++ b/package/tinc/ipkg/tinc.control @@ -0,0 +1,7 @@ +Package: tinc +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: VPN tunnel daemon +Depends: zlib, lzo, openssl, kmod-tun |