# Copyright (C) 2008 Seznam.cz, a.s. # Distributed under the terms of the LGPL License # $Header$ inherit eutils multilib flag-o-matic libtool toolchain-funcs DESCRIPTION="C++ library for debugging purposes and runtime logging to file" HOMEPAGE="http://dbglog.sourceforge.net/" SRC_URI="http://switch.dl.sourceforge.net/sourceforge/dbglog/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" src_unpack() { unpack ${A} cd "${S}" # Make sure that libtool support is updated to link "the linux way" on # FreeBSD. elibtoolize } src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "make install failed" }