diff options
author | 2003-09-10 16:31:29 +0000 | |
---|---|---|
committer | 2003-09-10 16:31:29 +0000 | |
commit | 5eb09efc99e4ce7e7dbb5620620e37dd2aea20bd (patch) | |
tree | 11a1b2bba7a2a2037af4abdd3e935ff3b518d25c /app-misc/ttyrec/ttyrec-1.0.6.ebuild | |
parent | new ebuild, closing Bug #21993 (diff) | |
download | historical-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.ebuild | 25 |
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 +} |