# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils PYTHON_MODNAME="Alacarte" DOCS="AUTHORS HACKING" DESCRIPTION="Simple Menu Editor for Gnome, written in Python" HOMEPAGE="http://www.realistanew.com/projects/alacarte/" SRC_URI="http://dev.realistanew.com/alacarte/releases/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=dev-lang/python-2.4" RDEPEND="${DEPEND} >=dev-python/pyxdg-0.15 >=dev-python/pygtk-2.8.0-r2 >=dev-python/gnome-python-2.6" src_compile() { epatch ${FILESDIR}/alacarte.patch einfo "No compilation necessary" }