diff options
Diffstat (limited to 'app-misc/dtach/dtach-0.6.ebuild')
-rw-r--r-- | app-misc/dtach/dtach-0.6.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/dtach/dtach-0.6.ebuild b/app-misc/dtach/dtach-0.6.ebuild new file mode 100644 index 000000000000..9ed1c0d120f0 --- /dev/null +++ b/app-misc/dtach/dtach-0.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/dtach/dtach-0.6.ebuild,v 1.1 2004/06/22 22:34:41 swegener Exp $ + +DESCRIPTION="A program that emulates the detach feature of screen" +HOMEPAGE="http://dtach.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +RESTRICT="nomirror" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" + +src_install() { + dobin dtach + doman dtach.1 + dodoc README +} |