# ========================================================================== # 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}.42.tar.gz" LICENSE="CCPL-Attribution-ShareAlike-2.5" SLOT="0" KEYWORDS="~x86" IUSE="" S="${WORKDIR}" RDEPEND=">=x11-libs/gtk+-2.8 virtual/libc" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} epatch ${FILESDIR}/fotox-build.patch } src_compile() { cd ${PN} ./build build || die "build failed" } src_install() { cd ${PN} doicon icons/${PN}.png dodoc *.pdf insinto /usr/share/${PN}/icons doins icons/*.png insinto /usr/share/${PN} doins *.xtext dobin fotox #make_wrapper fotox /opt/${PN}/${PN}.x make_desktop_entry fotox "Fotox" ${PN} "Application;Graphics;2DGraphics;" }