# Copyright 1999-2003 Gentoo Technologies, Inc # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="Tool to format pictures for printing" HOMEPAGE="http://www.fogman.de/gpp" SRC_URI="http://www.fogman.de/gpp/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=gnome-base/libgnomeui-2.4.0 >=gnome-base/libgnomeprint-2.4.0 >=gnome-base/libgnomeprintui-2.4.0 >=gnome-base/libglade-2.0.1" S=${WORKDIR}/${P/b} src_unpack(){ unpack ${A} cd ${S} epatch ${FILESDIR}/${PV}-makefilefix.patch } src_compile(){ emake || die } src_install(){ dodir /usr/bin make install DESTDIR=${D} || die dodoc COPYING VERSION }