# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Units conversion utility for GTK2" HOMEPAGE="http://unihedron.com/projects/gonvert/gonvert.php" SRC_URI="http://www.unihedron.com/projects/gonvert/downloads/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="gnome" DEPEND=">=dev-lang/python-2.0 >=dev-python/pygtk-1.99 >=gnome-base/libglade-2.4" src_compile() { rm doc/*~ chmod 644 doc/* chmod 644 pixmaps/* emake || die "emake failed" } src_install() { einstall || die }