# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Film Collection Manager" HOMEPAGE="http://griffith.vasconunes.net" SRC_URI="http://forge.novell.com/modules/xfcontent/private.php/griffith/${PVR}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.4.0 >=dev-python/pygtk-2.6.1 >=dev-python/pysqlite-1.0.1 >=dev-python/reportlab-1.1.9 gtkspell? (dev-python/gnome-python-extras)" RDEPEND="dev-python/gnome-python-extras" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/makefile.patch } src_install() { make DESTDIR="${D}" install || die "install failed" }