From 8d569a65391067f27fa2cbde39e6e09fc9ab2245 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 17:30:30 +0100 Subject: [PATCH] pcc: remove long_desc. --- srcpkgs/pcc/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/pcc/template b/srcpkgs/pcc/template index 5e988dd5e2b..10555819397 100644 --- a/srcpkgs/pcc/template +++ b/srcpkgs/pcc/template @@ -1,7 +1,7 @@ # Template file for 'pcc' pkgname=pcc version=1.0.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-tls" makedepends="flex pcc-libs" @@ -12,10 +12,6 @@ license="Custom (BSD-like)" maintainer="Juan RP " distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/pcc-$version.tgz" checksum=5802dbba46d6ea3f9badaa55b9044a0416bb410020c24a5c2a8a2eaaf41156cb -long_desc=" - The compiler is based on the original Portable C Compiler by S. C. Johnson, - written in the late 70's. About 50% of the frontend code and 80% of the - backend code has been rewritten." disable_parallel_build=yes