# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Simple painting program with tablet support" HOMEPAGE="http://people.ee.ethz.ch/~mrenold/mypaint/" SRC_URI="http://people.ee.ethz.ch/~mrenold/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=dev-python/pygtk-2.10" RDEPEND="" src_install () { econf || die "cannot configure" emake || die "cannot build" } src_install () { einstall }