# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Camera Image Meta-Information Reader" HOMEPAGE="http://www.cheeseplant.org/~daniel/pages/metacam.html" SRC_URI="http://www.cheeseplant.org/metacam/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" src_unpack() { unpack ${A} cd "${S}" epatch ${FILESDIR}/${P}-include.patch } src_compile() { make || die } src_install() { into /usr dobin metacam dodoc BUGS LICENSE.txt README* THANKS layout.txt }