# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit flag-o-matic debug multilib DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="firefox" DEPEND=">=net-im/gaim-1.0.1 firefox? ( >=www-client/mozilla-firefox-1.0.6 ) !firefox? ( >=www-client/mozilla-1.7.10 ) " src_compile() { strip-flags replace-flags -O? -O2 if use firefox ; then sed -i -e "s|mozilla-nss|firefox-nss| s|mozilla-nspr|firefox-nspr|" configure fi econf \ || die "Configuration failed" emake -j1 || die "Make failed" } src_install() { make install DESTDIR="${D}" || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST }