# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The CrossWire Bible Society's free Bible software project." HOMEPAGE="http://www.crosswire.org/sword/index.jsp" SRC_URI="mirror://sourceforge/sword/sword-1.5.3.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="" RDEPEND="" S="${WORKDIR}/${P}" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --enable-debug \ --disable-shared \ --without-conf \ --sysconfdir=/etc \ --mandir=/usr/share/man || die "./configure failed" emake || die #make || die } src_install () { make DESTDIR=${D} install || die }