# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P=${PN}2linux-libc6 DESCRIPTION="THe Experimental RAw Photo Editor" HOMEPAGE="http://www.rawtherapee.com/" SRC_URI="http://www.rawtherapee.com/${MY_P}.tgz" LICENSE="RawThrerapee" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="${RDEPEND}" RDEPEND=">=x11-libs/gtk+-2.10 >=media-libs/jpeg-6b-r7 >=media-libs/tiff-3.8.2-r2 >=media-libs/libpng-1.2.15" S=${WORKDIR}/RawTherapee src_unpack() { unpack ${A} } src_install() { insinto /usr/share/pixmaps doins ${FILESDIR}/rawtherapee.png insinto /usr/share/applications doins ${FILESDIR}/rawtherapee.desktop insinto /opt doins -r ${S} chmod a+x /opt/RawTherapee/rt }