summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/rush/rush-1.7.ebuild')
-rw-r--r--app-shells/rush/rush-1.7.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-shells/rush/rush-1.7.ebuild b/app-shells/rush/rush-1.7.ebuild
new file mode 100644
index 0000000..af97b59
--- /dev/null
+++ b/app-shells/rush/rush-1.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 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_prepare() {
+ epatch "${FILESDIR}"/std2.patch
+}
+
+src_install() {
+ dodoc THANKS AUTHORS README NEWS || die "copying documentation failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
+}