# $Id$ PNAME="hunspell" PVER="1.3.3" PBUILD="r1" PCAT="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.3 >= sys-libs/libstdc++-4.8" 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} ) UP2TARBALL="${PNAME}" UP2DATE="updatecmd_sourceforge ${PNAME} Hunspell gz" src_compile() { cd ${SRCDIR} mconfigure --disable-rpath --enable-nls --with-ui --with-readline || die mmake || die }