# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/gogoc/gogoc-1.2-r1.ebuild,v 1.13 2012/07/12 08:45:15 voyageur Exp $ EAPI=2 inherit eutils versionator toolchain-funcs MY_P=${PN}-$(replace_all_version_separators "_") if [[ ${MY_P/_beta/} != ${MY_P} ]]; then MY_P=${MY_P/_beta/-BETA} else MY_P=${MY_P}-RELEASE fi DESCRIPTION="Client to connect to a tunnel broker using the TSP protocol (freenet6 for example)" HOMEPAGE="http://gogonet.gogo6.com/page/download-1" SRC_URI="http://gogo6.com/downloads/${MY_P}.tar.gz" # GPL-2 for Gentoo init script LICENSE="MIT GPL-2" SLOT="0" KEYWORDS="amd64 hppa sparc x86" IUSE="debug" DEPEND="dev-libs/openssl" RDEPEND="${DEPEND} sys-apps/iproute2