summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libssh/libssh-0.1.ebuild')
-rw-r--r--net-libs/libssh/libssh-0.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-libs/libssh/libssh-0.1.ebuild b/net-libs/libssh/libssh-0.1.ebuild
deleted file mode 100644
index b08fde09cc72..000000000000
--- a/net-libs/libssh/libssh-0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.1.ebuild,v 1.7 2005/03/05 18:11:31 kingtaco Exp $
-
-DESCRIPTION="access a working SSH implementation by means of a library"
-HOMEPAGE="http://0xbadc0de.be/projects/sshlib.html"
-SRC_URI="http://www.0xbadc0de.be/projects/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"
- newbin ssh ${PN}-ssh || die "newbin failed"
- dosym ${PN}-ssh /usr/bin/${PN}-sftp
- [ ! -e "${ROOT}/usr/bin/ssh" ] && dosym ${PN}-ssh /usr/bin/ssh
- [ ! -e "${ROOT}/usr/bin/sftp" ] && dosym ${PN}-ssh /usr/bin/sftp
- chmod a-x ${D}/usr/include/libssh/*
-}