# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $ DESCRIPTION="A nice gnome download manager written in python and supporting torrents" HOMEPAGE="http://www.ruinedsoft.com/freeloader/" SRC_URI="http://www.ruinedsoft.com/freeloader/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="gamin" DEPEND=">=virtual/python-2.3 >=dev-python/pygtk-2.6.1 >=x11-libs/gtk+-2.6 =net-p2p/bittorrent-3.4* dev-python/gnome-python-extras gnome-base/gnome-vfs gamin? (app-admin/gamin)" src_install() { emake PREFIX=/usr DESTDIR=${D} install || die "make install failed" }