# $Id: hunspell-1.2.8-r1.smage2 4941 2010-02-17 18:22:39Z niro $ PNAME="hunspell" PVER="1.2.12" PBUILD="r1" PCATEGORIE="app-text" STATE="unstable" DESCRIPTION="Spell checker and morphological analyzer library and program." HOMEPAGE="http://hunspell.sourceforge.net/" DEPEND=">= sys-libs/ncurses-5.7 >= sys-libs/readline-6.1" 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 gz" src_compile() { cd ${SRCDIR} mconfigure --enable-nls --with-ui --with-readline || die mmake || die }