diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
commit | 1f1c696c6ad348ac3341a5e47e4d738f312c96e4 (patch) | |
tree | fb502443810d7994ab9b00ab480ba88b8ffca98b /app-misc/ttyrec | |
parent | unmask baselayout-1.10 (diff) | |
download | gentoo-2-1f1c696c6ad348ac3341a5e47e4d738f312c96e4.tar.gz gentoo-2-1f1c696c6ad348ac3341a5e47e4d738f312c96e4.tar.bz2 gentoo-2-1f1c696c6ad348ac3341a5e47e4d738f312c96e4.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/ttyrec')
-rw-r--r-- | app-misc/ttyrec/ttyrec-1.0.6.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/ttyrec/ttyrec-1.0.6.ebuild b/app-misc/ttyrec/ttyrec-1.0.6.ebuild index fabfdf72a590..6e789ed68929 100644 --- a/app-misc/ttyrec/ttyrec-1.0.6.ebuild +++ b/app-misc/ttyrec/ttyrec-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.4 2004/06/24 22:36:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.5 2004/06/28 04:16:26 vapier Exp $ DESCRIPTION="tty recorder" HOMEPAGE="http://namazu.org/~satoru/ttyrec/" @@ -8,17 +8,17 @@ SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz" LICENSE="BSD" SLOT="0" -IUSE="" KEYWORDS="x86" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" -src_compile () { +src_compile() { make CFLAGS="${CFLAGS}" || die } -src_install () { - dobin ttyrec ttyplay ttytime +src_install() { + dobin ttyrec ttyplay ttytime || die dodoc README doman *.1 } |