# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils IUSE="" DESCRIPTION="Python bindings for GtkEmbedMozilla" SRC_URI="mirror://sourceforge/pygtkmoz/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/pygtkmoz/" KEYWORDS="~x86" LICENSE="LGPL-2" SLOT="0" DEPEND="virtual/python net-www/mozilla x11-libs/gtk+ " src_unpack() { unpack ${A} } src_compile() { make } src_install() { distutils_src_install }