# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit gnome2 DESCRIPTION="GTK client for management of the Transmission BitTorrent client, over HTTP RPC" HOMEPAGE="http://code.google.com/p/transmission-remote-gtk" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug geoip" DEPEND="geoip? ( dev-libs/geoip ) dev-libs/glib:2 >=dev-libs/json-glib-0.12.2 dev-libs/libunique gnome-base/gconf net-libs/libproxy net-misc/curl x11-libs/gtk+:2 x11-libs/libnotify" RDEPEND="${DEPEND}" DOCS="AUTHORS README" src_configure() { econf \ $(use_enable debug) \ $(use_with geoip libgeoip) }