# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit eutils cmake-utils DESCRIPTION="Facebook Chat support for Kopete" HOMEPAGE="http://duncan.mac-vicar.com/blog/archives/tag/facebook" SRC_URI="http://github.com/dmacvicar/kopete-facebook/tarball/release_0_1_3 -> ${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=kde-base/kopete-4 >=dev-libs/qjson-0.5" RDEPEND="${DEPEND}" S="${WORKDIR}/dmacvicar-${PN}-b4efc752dcaff60e48ba005e253a44edd1d27928" src_prepare() { epatch "${FILESDIR}/${P}-as-needed.patch" }