# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="SSH library" SRC_URI="http://www.0xbadc0de.be/projects/libssh/${P}.tgz" HOMEPAGE="http://0xbadc0de.be/projects/sshlib.html" KEYWORDS="~x86" LICENSE="GPL-2" SLOT="0" DEPEND="sys-libs/zlib dev-libs/openssl" src_install() { einstall || die "einstall failed" fperms -x /usr/include/libssh/* }