# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_PN="${PN/font/FONT}" MY_P="${MY_PN}_src-${PV}" DESCRIPTION="Simple font viewer utility" HOMEPAGE="http://www.pcbypaul.com/software/FONTpage.html" SRC_URI="http://www.pcbypaul.com/software/dl/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2.8 >=dev-lang/python-2.4 >=dev-python/pygtk-2.6" RDEPEND="" S=${WORKDIR}/${MY_P} src_install() { newbin ${PN}.py ${PN} || die make_desktop_entry ${PN} "FONTpage" dodoc README changelog }