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