summaryrefslogtreecommitdiff
blob: d3a0a2ad2a9c2944e0527b29ba83f34e07181425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.11.ebuild,v 1.5 2009/01/02 05:32:01 vapier Exp $

DESCRIPTION="access a working SSH implementation by means of a library"
HOMEPAGE="http://0xbadc0de.be/?part=libssh"
SRC_URI="http://www.0xbadc0de.be/libssh/${P}.tgz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ppc ~s390 x86"
IUSE=""

DEPEND="sys-libs/zlib
	dev-libs/openssl"

src_install() {
	emake prefix="${D}/usr" install || die "make install failed"
	chmod a-x "${D}"/usr/include/libssh/*
}