# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gpe DESCRIPTION="A notebook to sketch notes for the GPE Palmtop Environment" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" GPE_DOCS="AUTHORS COPYING ChangeLog NEWS README TODO" # commented out by solar. #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.113" DEPEND="${DEPEND} =dev-db/sqlite-2.8* ${RDEPEND}"