# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Shell restricting user to the sftp subsystem of ssh" HOMEPAGE="http://www.kroon.co.za/sftpsh.php" SRC_URI="http://www.kroon.co.za/downloads/sftpsh-1.1.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc virtual/ssh" src_compile() { emake || die "emake failed" } src_install() { into / dobin sftpsh exeinto /usr/lib newexe prepjail sftpsh-prepjail dodoc README fperms 4755 /bin/sftpsh }