You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/telepathy-farsight/telepathy-farsight-0.0.19.e...

52 lines
1.2 KiB

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/telepathy-farsight-0.0.19.ebuild,v 1.7 2014/04/06 10:47:53 eva Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.6"
inherit python
DESCRIPTION="Farsight connection manager for the Telepathy framework"
HOMEPAGE="http://telepathy.freedesktop.org"
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86 ~x86-linux"
IUSE="python"
RDEPEND=">=dev-libs/glib-2.16:2
>=sys-apps/dbus-0.60
>=dev-libs/dbus-glib-0.60
>=net-libs/telepathy-glib-0.14.3
>=net-libs/farsight2-0.0.29
python? (
>=dev-python/pygobject-2.12.0:2
>=dev-python/gst-python-0.10.10:0.10 )"
DEPEND="${RDEPEND}"
pkg_setup() {
if use python; then
python_set_active_version 2
python_pkg_setup
fi
}
src_prepare() {
if use python; then
python_convert_shebangs -r 2 .
fi
}
src_configure() {
econf $(use_enable python) --disable-static
}
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
python_clean_installation_image
dodoc NEWS ChangeLog || die
}