# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Rawstudio can read and manipulate RAW images from most digital cameras" HOMEPAGE="http://rawstudio.org/" SRC_URI="http://rawstudio.org/files/release/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="${RDEPEND}" RDEPEND=">=dev-libs/libxml2-2.4 >=gnome-base/gconf-2 media-libs/jpeg media-libs/lcms media-libs/tiff >=x11-libs/gtk+-2" src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS NEWS README TODO }