# 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://lensfun.berlios.de" SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="doc" RDEPEND="media-libs/libpng dev-libs/glib dev-lang/python doc? ( app-doc/doxygen )" DEPEND="" src_compile() { cd "${S}" ./configure --prefix=/usr # emake || die "Make failed" } src_install () { make install || die "Make install failed" }