# $Header: /magellan-cvs/smage/dict-aspell-de/dict-aspell-de-0.60_pre20030222-r6.smage2,v 1.1 2008/04/20 21:26:57 niro Exp $ PNAME="dict-aspell-de" PVER="0.60_pre20030222" PBUILD="r6" 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} ) src_compile() { cd ${SRCDIR} ./configure || die mmake || die }