summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-03-25 22:17:20 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-03-25 22:17:20 +0000
commitd6d90f403e8271ca41afbf5237a4b039e6030be0 (patch)
tree3a7cd1ffb58995374ab95c7c4f3fd74b8c49b02f /app-misc/interceptty/interceptty-0.6.ebuild
parentMark 3.4.1 stable on ia64 (diff)
downloadhistorical-d6d90f403e8271ca41afbf5237a4b039e6030be0.tar.gz
historical-d6d90f403e8271ca41afbf5237a4b039e6030be0.tar.bz2
historical-d6d90f403e8271ca41afbf5237a4b039e6030be0.zip
Initial commit. Bug #94907, ebuild submitted by Piotr Synowiec <piotr@synowiec.org>.
Package-Manager: portage-2.1_pre7
Diffstat (limited to 'app-misc/interceptty/interceptty-0.6.ebuild')
-rw-r--r--app-misc/interceptty/interceptty-0.6.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-misc/interceptty/interceptty-0.6.ebuild b/app-misc/interceptty/interceptty-0.6.ebuild
new file mode 100644
index 000000000000..76dcc72411af
--- /dev/null
+++ b/app-misc/interceptty/interceptty-0.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 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.1 2006/03/25 22:17:20 robbat2 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."
+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="~x86"
+
+IUSE=""
+DEPEND=""
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ into /usr
+ dobin interceptty interceptty-nicedump
+ dodoc AUTHORS NEWS README TODO
+ doman interceptty.1
+}