# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-specimen/gnome-specimen-0.3.1.ebuild,v 1.3 2008/03/31 20:00:10 maekke Exp $ GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="Font preview application" HOMEPAGE="http://uwstopia.nl" SRC_URI="http://uwstopia.nl/geek/projects/${PN}/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=gnome-base/gconf-2 dev-python/gnome-python" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool sys-devel/gettext" src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README TODO }