]> Pileus Git - ~andy/sunrise/blob - app-shells/rush/rush-1.7.ebuild
sci-libs/rsl: Update to RSL 1.43
[~andy/sunrise] / app-shells / rush / rush-1.7.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Restricted user shell intended for use with ssh, rsh and similar."
6 HOMEPAGE="http://puszcza.gnu.org.ua/projects/rush"
7 SRC_URI="ftp://download.gnu.org.ua/pub/release/${PN}/${P}.tar.gz"
8
9 LICENSE="GPL-3"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 src_install() {
15         dodoc THANKS AUTHORS README NEWS || die "copying documentation failed"
16         emake DESTDIR="${D}" install || die "emake install failed"
17 }