# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Lensfun - rectifying the defects introduced by your photographic equipment." 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() { #econf doesnt work: non-conform configure ./configure --prefix=/usr emake all || die "Make failed" }