# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils IUSE="speex" DESCRIPTION="OPAL library, used by Ekiga" HOMEPAGE="http://www.ekiga.org" SRC_URI="http://www.ekiga.org/downloads/sources/${P}.tar.gz" LICENSE="MPL-1.0" SLOT="0" KEYWORDS="~x86" RDEPEND="speex? ( media-libs/speex ) >=dev-libs/pwlib-1.9.2" DEPEND="${RDEPEND}" src_compile() { myconf="--disable-iax" econf ${myconf} || die "configure failed" emake || die "make failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" }