# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /home/segin/coredumper-0.2.ebuild,v 0.1 2005/12/14 01:33:13 segin Exp $ IUSE="" DESCRIPTION="library for making GDB readable cores from multithreaded programs" HOMEPAGE="http://goog-coredumpter.sourceforge.net/" SRC_URI="mirror://sourceforge/goog-coredumper/${P}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~x86 ~sparc -*" DEPEND="" src_unpack() { unpack ${A} || die cd ${S} } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc README }