# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit qt4 MY_P=${P/_beta/b} DESCRIPTION="A Qt4 based animation and drawing program" HOMEPAGE="http://www.pencil-animation.org/" SRC_URI="mirror://sourceforge/pencil-planner/${MY_P}-src.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/qt-gui:4 >=media-libs/ming-0.4.0_rc2" DEPEND="${RDEPEND} app-arch/unzip" S=${WORKDIR}/${MY_P}-source src_configure() { eqmake4 } src_install() { emake INSTALL_ROOT="${D}" install || die dodoc README TODO }