# ========================================================================== # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Program for improving image files made with a digital camera." HOMEPAGE="http://kornelix.squarespace.com/fotox/" #MY_P="${P}" SRC_URI="http://kornelix.squarespace.com/storage/${PN}/${PN}-5.1.1.tar.gz" LICENSE="CCPL-Attribution-ShareAlike-2.5" SLOT="0" KEYWORDS="~x86" IUSE="" S="${WORKDIR}" RDEPEND=">=x11-libs/gtk+-2.8 virtual/libc media-gfx/exiv2" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} # epatch ${FILESDIR}/fotox-build.patch } src_compile() { cd ${PN} make -B || die "build failed" } src_install() { cd ${PN} doicon data/icons/${PN}.png insinto /usr/local/share/${PN}/icons doins data/icons/*.png insinto /usr/local/share/doc/${PN} doins doc/* insinto /usr/local/share/${PN}/data doins data/*.xtext dobin fotoxx #make_wrapper fotox /opt/${PN}/${PN}.x make_desktop_entry fotoxx "Fotoxx" ${PN} "Application;Graphics;2DGraphics;" }