# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools eutils DESCRIPTION="CellWriter is a grid-entry natural handwriting input panel." HOMEPAGE="http://risujin.org/cellwriter/" SRC_URI="http://pub.risujin.org/cellwriter/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2.6" RDEPEND="${DEPEND}" src_compile() { econf || die "Configure failed!" emake || die "Make failed!" } src_install() { emake DESTDIR="${D}" install || die "Install failed!" }