# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit autotools subversion ESVN_REPO_URI="http://ardesia.googlecode.com/svn/trunk/ardesia" HOMEPAGE="http://code.google.com/p/ardesia/" SRC_URI="" DESCRIPTION="Makes colored free-hand annotations on computer screen, record it and share on the network." LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="-cwiid -curtain -spotlighter" DEPEND="" RDEPEND=">=x11-libs/gtk+-2.14 dev-libs/atk media-libs/libpng media-libs/fontconfig sci-libs/gsl media-libs/freetype dev-libs/libsigsegv cwiid? ( app-misc/cwiid ) " PDEPEND="${PDEPEND} curtain? ( x11-apps/curtain ) spotlighter? ( x11-apps/spotlighter ) " src_unpack() { subversion_src_unpack } src_prepare() { eautoreconf intltoolize --force --copy eautomake } src_install() { make DESTDIR="${D}" install || die "make install ardesia failed" }