diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-05 07:46:10 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-05 07:46:10 +0000 |
commit | e73d442596c0a07d3c71ffc54f693c58abafe7be (patch) | |
tree | 096892f4a9df6a79e87ae658558ec7f14f9ea594 /net-libs/libssh/libssh-0.11.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-e73d442596c0a07d3c71ffc54f693c58abafe7be.tar.gz gentoo-2-e73d442596c0a07d3c71ffc54f693c58abafe7be.tar.bz2 gentoo-2-e73d442596c0a07d3c71ffc54f693c58abafe7be.zip |
Version bump for bug 84117.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/libssh/libssh-0.11.ebuild')
-rw-r--r-- | net-libs/libssh/libssh-0.11.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-libs/libssh/libssh-0.11.ebuild b/net-libs/libssh/libssh-0.11.ebuild new file mode 100644 index 000000000000..be40cf7a3034 --- /dev/null +++ b/net-libs/libssh/libssh-0.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 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.1 2005/03/05 07:46:10 ka0ttic 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="~ppc ~x86" +IUSE="" + +DEPEND="sys-libs/zlib + dev-libs/openssl" + +src_install() { + make prefix="${D}/usr" install || die "make install failed" + chmod a-x ${D}/usr/include/libssh/* +} |