# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils cmake-utils EAPI="2" DESCRIPTION="ne7ssh is a SSH client library for C++" HOMEPAGE="http://www.netsieben.com/products/ssh/" SRC_URI="http://www.netsieben.com/files/ne7ssh-${PV}.tar.bz2" SLOT="0" LICENSE="QPL" KEYWORDS="~amd64" RDEPEND=">=dev-libs/botan-1.8.4" DEPEND="${RDEPEND} dev-util/cmake" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-add_stdio.patch" }