summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-02-02 08:46:36 +0000
committerSven Wegener <swegener@gentoo.org>2008-02-02 08:46:36 +0000
commit05a8a062ff66beb0f2b1907b21d7af35deb4525d (patch)
treef03058122519578fa19067fa6497d8d68feb28b7 /app-misc/dtach/dtach-0.8.ebuild
parentquote variable and die message (diff)
downloadgentoo-2-05a8a062ff66beb0f2b1907b21d7af35deb4525d.tar.gz
gentoo-2-05a8a062ff66beb0f2b1907b21d7af35deb4525d.tar.bz2
gentoo-2-05a8a062ff66beb0f2b1907b21d7af35deb4525d.zip
Version bump.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-misc/dtach/dtach-0.8.ebuild')
-rw-r--r--app-misc/dtach/dtach-0.8.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/dtach/dtach-0.8.ebuild b/app-misc/dtach/dtach-0.8.ebuild
new file mode 100644
index 000000000000..d28e73a77de7
--- /dev/null
+++ b/app-misc/dtach/dtach-0.8.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dtach/dtach-0.8.ebuild,v 1.1 2008/02/02 08:46:36 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"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ dobin dtach || die "dobin failed"
+ doman dtach.1 || die "doman failed"
+ dodoc README || die "dodoc failed"
+}