# $Id$ PNAME="aspell" PVER="0.60.6" PBUILD="r2" PCATEGORIE="app-text" STATE="unstable" DESCRIPTION="GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell." HOMEPAGE="http://aspell.sourceforge.net/" DEPEND=">= sys-libs/ncurses-5.7" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( gnu://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_gnu ${PNAME} gz" src_compile() { cd ${SRCDIR} mconfigure \ --sysconfdir=/etc/aspell \ --disable-static \ --enable-docdir=/usr/share/doc/${PNAME}-${PVER} \ || die mmake || die }