# Copyright 1999-2005 Gentoo Foundation # Frittella Laurento (mrfree_AT_infinito_DOT_it) # Distributed under the terms of the GNU General Public License v2 inherit eutils BOOST_VER="1_32_0" DESCRIPTION="HydraEngine is a modular, plugin-driven peer-to-peer client framework which is designed with true multi-network downloads in mind" HOMEPAGE="http://hydranode.com/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://sourceforge/boost/boost_${BOOST_VER}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" # Workaround: we use builtin-boost option... # See bug #92683 ## DEPEND=">=dev-libs/boost-1.32.0" src_compile() { econf \ --disable-optimize \ --with-boost="${WORKDIR}/boost_${BOOST_VER}" || die emake -j1 || die } src_install() { make DESTDIR=${D} install }