# $Id$ PNAME="hunspell" PVER="1.3.2" PBUILD="r2" PCATEGORIE="app-text" DESCRIPTION="Spell checker and morphological analyzer library and program." HOMEPAGE="http://hunspell.sourceforge.net/" DEPEND=">= sys-libs/ncurses-5.9 >= sys-libs/readline-6.2 >= sys-libs/libstdc++-4.6" SDEPEND=">= sys-dev/gettext-0.18" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ${HOMEPAGE} | firsttarball" src_compile() { cd ${SRCDIR} mconfigure --enable-nls --with-ui --with-readline || die mmake || die }