# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A notebook to sketch notes for the GPE Palmtop Environment" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 arm" DOCS="AUTHORS COPYING ChangeLog NEWS README TODO" inherit eutils gpe src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/sketchbook-size.patch epatch ${FILESDIR}/remove-render.patch } # make the Makefile work outside the CVS tree export CVSBUILD="no" src_compile() { gpe_src_compile $@ emake PREFIX=/usr all-desktop || die "Compile failure" } src_install() { emake PREFIX=/usr DESTDIR=${D} install-program } RDEPEND="${RDEPEND} >=gpe-base/libgpewidget-0.102" DEPEND="${DEPEND} ${RDEPEND}"