summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Sanda (ps) <ps@twin.jikos.cz>2009-01-26 23:41:08 +0000
committerPavel Sanda (ps) <ps@twin.jikos.cz>2009-01-26 23:41:08 +0000
commit20649c36c0610682a848cc84736633c99aae24b4 (patch)
tree225e596c4b77330b715a211405c8eddc23644f7e /app-shells/rush/rush-1.5.ebuild
parentnet-libs/fec: In gentoo-x86 (diff)
downloadsunrise-20649c36c0610682a848cc84736633c99aae24b4.tar.gz
sunrise-20649c36c0610682a848cc84736633c99aae24b4.tar.bz2
sunrise-20649c36c0610682a848cc84736633c99aae24b4.zip
app-shells/rush: bump new version
svn path=/sunrise/; revision=7802
Diffstat (limited to 'app-shells/rush/rush-1.5.ebuild')
-rw-r--r--app-shells/rush/rush-1.5.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-shells/rush/rush-1.5.ebuild b/app-shells/rush/rush-1.5.ebuild
new file mode 100644
index 000000000..113c15d85
--- /dev/null
+++ b/app-shells/rush/rush-1.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 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="~x86"
+IUSE=""
+
+src_install() {
+ dodoc THANKS AUTHORS README NEWS || die "copying documentation failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
+}