summaryrefslogtreecommitdiff
blob: 8d0bd6ea525e2ccf002fd60e97ea2df7cc5e2b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Restricted user shell intended for use with ssh, rsh and similar."
HOMEPAGE="http://puszcza.gnu.org.ua/projects/rush"
SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_install() {
	dodoc THANKS AUTHORS README NEWS || die "copying documentation failed"
	emake DESTDIR="${D}" install || die "emake install failed"
}