# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/duhdraw/duhdraw-2.8.13.ebuild,v 1.3 2006/11/17 20:11:17 blubb Exp $ inherit toolchain-funcs eutils DESCRIPTION="ASCII art editor" HOMEPAGE="http://www.cs.helsinki.fi/u/penberg/duhdraw" SRC_URI="http://www.cs.helsinki.fi/u/penberg/duhdraw/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" IUSE="" DEPEND="sys-libs/ncurses" RDEPEND=${DEPEND} src_unpack() { unpack ${A} epatch "${FILESDIR}/${P}"-macos.patch epatch "${FILESDIR}/${P}"-prestrip.patch } src_compile() { emake CC="$(tc-getCC) ${CFLAGS}" || die "emake failed" } src_install() { dobin ansi ansitoc duhdraw || die dodoc CREDITS HISTORY TODO READ.ME }