# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit multilib DESCRIPTION="Alternative MSN protocol plug-in for pidgin" HOMEPAGE="http://code.google.com/p/msn-pecan/" SRC_URI="http://msn-pecan.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="amd64" IUSE="" SLOT="0" RDEPEND="net-im/pidgin" DEPEND="${DEPEND} dev-util/pkgconfig" src_unpack() { unpack ${A} sed -i \ -e "s:^CFLAGS=-Wall -ggdb:CFLAGS+=-Wall:" \ -e "s:^CC=gcc:CC?=gcc:" \ "${S}"/Makefile \ || die "sed failed" } src_compile() { emake || die "email failed" } src_install() { exeinto /usr/$(get_libdir)/purple-2 doexe libmsn-pecan.so dodoc README TODO }