summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-01 18:40:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-01 18:40:35 +0000
commite34e2cfc4381e452b7a42eb0a01b04fdda2069fb (patch)
tree5e09412989b04c64d91a049e2008ccca5fad4a1f /app-misc/interceptty/interceptty-0.6.ebuild
parenttoo long desc (diff)
downloadgentoo-2-e34e2cfc4381e452b7a42eb0a01b04fdda2069fb.tar.gz
gentoo-2-e34e2cfc4381e452b7a42eb0a01b04fdda2069fb.tar.bz2
gentoo-2-e34e2cfc4381e452b7a42eb0a01b04fdda2069fb.zip
too long desc
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/interceptty/interceptty-0.6.ebuild')
-rw-r--r--app-misc/interceptty/interceptty-0.6.ebuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/app-misc/interceptty/interceptty-0.6.ebuild b/app-misc/interceptty/interceptty-0.6.ebuild
index 57eddc0cb9d1..8a69175779e5 100644
--- a/app-misc/interceptty/interceptty-0.6.ebuild
+++ b/app-misc/interceptty/interceptty-0.6.ebuild
@@ -1,26 +1,19 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild,v 1.4 2007/06/14 01:56:46 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild,v 1.5 2010/01/01 18:40:35 ssuominen Exp $
-DESCRIPTION="interceptty is a program that can sit between a real (or fake!) serial port and an application, recording any communications between the application and the device."
+DESCRIPTION="a program that can sit between a serial port and an application"
HOMEPAGE="http://www.suspectclass.com/~sgifford/interceptty/"
SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-
IUSE=""
-DEPEND=""
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
src_install() {
into /usr
- dobin interceptty interceptty-nicedump
+ dobin interceptty interceptty-nicedump || die
dodoc AUTHORS NEWS README TODO
doman interceptty.1
}