From 27795779507f7ece033ac6072a3bdad1cf107606 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 17 Jan 2010 07:38:13 +0100 Subject: [PATCH] gcc: improve {short,long}_desc. --HG-- extra : convert_revision : e5d1d346136201f2a18868b5c8f1c0261fcc7d66 --- srcpkgs/gcc/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gcc/template b/srcpkgs/gcc/template index 8768d5f4b15..76b47f09e7b 100644 --- a/srcpkgs/gcc/template +++ b/srcpkgs/gcc/template @@ -10,11 +10,14 @@ configure_args="--enable-clocale=gnu --disable-bootstrap --with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr --disable-rpath --with-system-zlib --enable-shared --with-ppl=${XBPS_MASTERDIR}/usr --with-cloog=${XBPS_MASTERDIR}/usr" -short_desc="The GNU C Compiler suite" +short_desc="The GNU C Compiler" maintainer="Juan RP " checksum=1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de long_desc=" - The GNU C Compiler suite, with support for C, C++, Fortran, ObjC." + The GNU C Compiler, with support for building C code. + + For C++ install gcc-c++, for ObjectiveC install gcc-objc, + for ObjectiveC++ install gcc-objc++." base_chroot=yes subpackages="libgcc libssp libssp-devel libstdc++ libstdc++-devel libgomp"