diff --git a/srcpkgs/cloog-ppl/cloog-ppl-devel.template b/srcpkgs/cloog-ppl/cloog-ppl-devel.template index dc428f0dd9..d1c34f7055 100644 --- a/srcpkgs/cloog-ppl/cloog-ppl-devel.template +++ b/srcpkgs/cloog-ppl/cloog-ppl-devel.template @@ -5,6 +5,7 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." +revision=1 Add_dependency run cloog-ppl do_install() diff --git a/srcpkgs/cloog-ppl/template b/srcpkgs/cloog-ppl/template index cb1afeaebc..d32d2b6e42 100644 --- a/srcpkgs/cloog-ppl/template +++ b/srcpkgs/cloog-ppl/template @@ -1,6 +1,7 @@ # Template file for 'cloog-ppl' pkgname=cloog-ppl version=0.15.7 +revision=1 distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz" build_style=gnu_configure configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr" @@ -9,7 +10,7 @@ maintainer="Juan RP " checksum=a5e01388beac97fd13daa96c25b2afba6ddb06e680bf921f3a544c494431697d long_desc=" CLooG is a software which generates loops for scanning Z-polyhedra.That is, - CLooG finds the code or pseudo-code where each integra point of one or more + CLooG finds the code or pseudo-code where each integral point of one or more parametrized polyhedron or parametrized polyhedra union is reached. CLooG is designed to avoid control overhead and to produce a very efficient code."