# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit libtool eutils autotools DESCRIPTION="It is a debugging support library for C++, which have variety outputs with custom debug channels and devices." HOMEPAGE="http://mafycek.net" DEPEND="gsl lapack" SRC_URI="http://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="x86 amd64" DEPEND="" RDEPEND="${DEPEND}" IUSE="" src_compile() { EXTRA_ECONF="--includedir=/usr/include/zarja" econf || die "econf failed" emake || die "emake failed" } src_install() { emake install DESTDIR="${D}" || die "emake install failed" insinto /usr/lib/pkgconfig doins pkgconfig/zarja.pc }