diff options
Diffstat (limited to 'net-misc/iodine/iodine-0.4.0.ebuild')
-rw-r--r-- | net-misc/iodine/iodine-0.4.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/iodine/iodine-0.4.0.ebuild b/net-misc/iodine/iodine-0.4.0.ebuild new file mode 100644 index 000000000..ff293721e --- /dev/null +++ b/net-misc/iodine/iodine-0.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="IP over DNS tunnel" +HOMEPAGE="http://code.kryo.se/iodine/" +SRC_URI="http://code.kryo.se/iodine/${P}.tar.gz" + +CONFIG_CHECK="TUN" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64 ~ia64" +IUSE="" + +DEPEND="sys-libs/zlib + test? ( dev-libs/check )" +RDEPEND="" + +src_install() { + dobin bin/iodine bin/iodined + dodoc README CHANGELOG + doman man/iodine.8 +} + |