# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_P="${PN}src" DESCRIPTION="KToon - 2D animation toolkit" HOMEPAGE="http://ktoon.toonka.com" SRC_URI="http://ktoon.toonka.com/download/${MY_P}-${PV}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="app-admin/eselect-opengl >=x11-libs/qt-3.3.2" S="${WORKDIR}/${PN}" src_compile() { cd "${S}" "${QTDIR}"/bin/qmake ktoon.pro || die "qmake failed" emake || die "emake failed" } src_install() { dobin bin/ktoon dodoc README.txt }