# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-functions eutils MY_PF="${PF/-r/-}" S="${WORKDIR}/${MY_PF}" DESCRIPTION="Feature-rich qt3-based programming text editor with spelling support for English and Romanian" HOMEPAGE="http://rospell.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${MY_PF}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ppc sparc" IUSE="" need-qt 3 DEPEND="" RDEPEND="" src_unpack() { unpack ${A} } src_compile() { econf || die "econf failed" emake CFLAGS="${CFLAGS}" || die "emake failed" } src_install () { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog README }