# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Exif and Iptc metadata library and tools" HOMEPAGE="http://home.arcor.de/ahuggel/exiv2/" SRC_URI="http://home.arcor.de/ahuggel/exiv2/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="" #RDEPEND="" #S=${WORKDIR}/${P} src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc doc/ChangeLog doc/cmd.txt dohtml -r doc/index.html doc/html doc/include doc/templates }