# $Id$ PNAME="dict-aspell-de" PVER="0.60_pre20030222" PBUILD="r7" PCATEGORIE="app-dicts" STATE="unstable" DESCRIPTION="German dictionary for aspell." HOMEPAGE="http://aspell.sourceforge.net/" DEPEND=">= app-text/aspell-0.60" SRCFILE="aspell6-de-20030222-1.tar.bz2" SRCDIR="${BUILDDIR}/aspell6-de-20030222-1" sminclude mbuild SRC_URI=( gnu://aspell/dict/de/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) # fake up2date UP2DATE="echo ${PVER}" src_compile() { cd ${SRCDIR} ./configure || die mmake || die }