summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-09-10 16:31:29 +0000
committerMamoru Komachi <usata@gentoo.org>2003-09-10 16:31:29 +0000
commit5eb09efc99e4ce7e7dbb5620620e37dd2aea20bd (patch)
tree11a1b2bba7a2a2037af4abdd3e935ff3b518d25c /app-misc/ttyrec/ttyrec-1.0.6.ebuild
parentnew ebuild, closing Bug #21993 (diff)
downloadhistorical-5eb09efc99e4ce7e7dbb5620620e37dd2aea20bd.tar.gz
historical-5eb09efc99e4ce7e7dbb5620620e37dd2aea20bd.tar.bz2
historical-5eb09efc99e4ce7e7dbb5620620e37dd2aea20bd.zip
new ebuild, closing Bug #21993
Diffstat (limited to 'app-misc/ttyrec/ttyrec-1.0.6.ebuild')
-rw-r--r--app-misc/ttyrec/ttyrec-1.0.6.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/ttyrec/ttyrec-1.0.6.ebuild b/app-misc/ttyrec/ttyrec-1.0.6.ebuild
new file mode 100644
index 000000000000..be363d4d661a
--- /dev/null
+++ b/app-misc/ttyrec/ttyrec-1.0.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.1 2003/09/10 16:31:17 usata Exp $
+
+DESCRIPTION="tty recorder"
+HOMEPAGE="http://namazu.org/~satoru/ttyrec/"
+SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc"
+
+S=${WORKDIR}/${P}
+
+src_compile () {
+ make CFLAGS="${CFLAGS}" || die
+}
+
+src_install () {
+ dobin ttyrec ttyplay ttytime
+ dodoc README
+}