# $Id$ PNAME="cloog-ppl" PVER="0.15.9" PBUILD="r1" PCATEGORIE="dev-libs" STATE="unstable" DESCRIPTION="CLooG-PPL is a library to generate code for scanning Z-polyhedra." HOMEPAGE="http://cloog.org/" # do not depend on glibc, as it depends ob libstdc++ and this wants mpc # as SRCDEPEND -> this may generate loops DEPEND=">= dev-libs/gmp-5.0.1 >= dev-libs/ppl-0.10.2" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild multilib mcore SRC_URI=( ftp://gcc.gnu.org/pub/gcc/infrastructure/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ftp://gcc.gnu.org/pub/gcc/infrastructure/ | grep ${PNAME} | lasttarball gz" src_compile() { mconfigure --enable-shared --with-gmp --with-ppl || die mmake || die }