From 162b6974f99c9d05ae2282ebbbd7906215eb8cb9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 14:26:30 +0100 Subject: [PATCH] m4: remove long_desc. --- srcpkgs/m4/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/m4/template b/srcpkgs/m4/template index dd99d676b4..3339365437 100644 --- a/srcpkgs/m4/template +++ b/srcpkgs/m4/template @@ -1,7 +1,7 @@ # Template build file for 'm4'. pkgname=m4 version=1.4.16 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-changeword --enable-threads" short_desc="GNU version of UNIX m4 macro language processor" @@ -10,13 +10,6 @@ license="GPL-3" maintainer="Juan RP " distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2" checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c -long_desc=" - GNU m4 is an implementation of the traditional UNIX macro - processor. It is mostly SVR4 compatible, although it has some - extensions (for example, handling more than 9 positional parameters to - macros). m4 also has builtin functions for including files, running - shell commands, doing arithmetic, etc. Autoconf needs GNU m4 for - generating configure scripts, but not for running them." pre_configure() { sed -i -e '/gets is a/d' lib/stdio.in.h