# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit cvs ECVS_SERVER="cvs.sourceforge.net:/cvsroot/gnomesword" ECVS_MODULE="gnomesword1" DESCRIPTION="a bible study tool" HOMEPAGE="http://gnomesword.sourceforge.net" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=app-text/sword-1.5.6 >=gnome-extra/libgtkhtml-3.0 >=gnome-base/libgnomeui-2.0" #RDEPEND="" #S=${WORKDIR}/${P} S=${WORKDIR}/${ECVS_MODULE} src_compile() { sh autogen.sh econf || die emake || die } src_install() { einstall || die }