# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools eutils gnome2 DESCRIPTION="An application for notetaking or sketching using a stylus" HOMEPAGE="http://math.mit.edu/~auroux/software/xournal/" SRC_URI="http://math.mit.edu/~auroux/software/${PN}/${PF}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.6 >=gnome-base/libgnomecanvas-2.4 >=gnome-base/libgnomeprintui-2.0 app-text/poppler virtual/ghostscript" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9" DOCS="AUTHORS ChangeLog INSTALL" src_unpack() { gnome2_src_unpack einfo "Generating build environment, this may take a few minutes..." eautoreconf }