# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Rawstudio is an open source raw-image converter written in GTK+" HOMEPAGE="http://rawstudio.org/" SRC_URI="http://rawstudio.org/files/release/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=x11-libs/gtk+ RDEPEND=${DEPEND} src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc README }