# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ #WANT_AUTOMAKE="1.4" inherit eutils autotools DESCRIPTION="GtkImageView is a simple image viewer widget for GTK." HOMEPAGE="http://trac.bjourne.webfactional.com/wiki" SRC_URI="http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} cd "${S}" eautomake || die "automake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" }