diff options
Diffstat (limited to 'app-misc/screenie/screenie-1.19.0.ebuild')
-rw-r--r-- | app-misc/screenie/screenie-1.19.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/screenie/screenie-1.19.0.ebuild b/app-misc/screenie/screenie-1.19.0.ebuild new file mode 100644 index 000000000000..6dc661c3fc46 --- /dev/null +++ b/app-misc/screenie/screenie-1.19.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/screenie/screenie-1.19.0.ebuild,v 1.1 2005/09/07 08:16:39 chriswhite Exp $ + +DESCRIPTION="Screenie is a small and lightweight GNU screen(1) frontend that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu." +HOMEPAGE="http://pubwww.fhzh.ch/~mgloor/screenie.html" +SRC_URI="http://pubwww.fhzh.ch/~mgloor/data/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="app-misc/screen" + +src_install() { + dobin screenie || die "dobin failed" + dodoc AUTHORS ChangeLog INSTALL README TODO || die "dodoc failed" +} |