# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: unofficial ebuild by jdkbx$ inherit eutils DESCRIPTION="IP over ICMP tunnel" HOMEPAGE="http://thomer.com/icmptx/" SRC_URI="http://thomer.com/icmptx/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="virtual/libc" DEPEND="virtual/os-headers ${RDEPEND}" src_install() { into /usr dosbin icmptx dodoc README }