# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Libcwd is a library to support C++ developers with debugging their applications" HOMEPAGE="http://libcwd.sourceforge.net/" SRC_URI="mirror://sourceforge/libcwd/${P}.tar.gz" LICENSE="GPL" IUSE="" SLOT="0" KEYWORDS="~x86" S=${WORKDIR}/${P} src_compile() { cd ${S} econf || die make || die "make failed" } src_install() { cd ${S} make DESTDIR=${D} install || die }