# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.8.ebuild,v 1.3 2010/01/01 21:22:35 fauli Exp $ inherit flag-o-matic toolchain-funcs DESCRIPTION="tty recorder" HOMEPAGE="http://namazu.org/~satoru/ttyrec/" SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND="" src_compile() { # Bug 106530. append-flags -DSVR4 -D_XOPEN_SOURCE=500 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die } src_install() { dobin ttyrec ttyplay ttytime || die dodoc README doman *.1 }