# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils autotools DESCRIPTION="Facebook protocol plugin for BitlBee" HOMEPAGE="https://github.com/jgeboski/bitlbee-facebook" SRC_URI="https://github.com/jgeboski/bitlbee-facebook/releases/download/v${PV}/bitlbee-facebook-${PV}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" dev-libs/glib:2 dev-libs/json-glib >=net-im/bitlbee-3.2.1[plugins]" DEPEND="${RDEPEND} virtual/pkgconfig" src_install() { default # this is a plugin prune_libtool_files --all }