From 211151fa631b40a3706e23663d064418c04d1527 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 13:22:53 +0100 Subject: [PATCH] autoconf213: remove long_desc. --- srcpkgs/autoconf213/template | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/srcpkgs/autoconf213/template b/srcpkgs/autoconf213/template index f83e2a1ebf6..ccdad789c65 100644 --- a/srcpkgs/autoconf213/template +++ b/srcpkgs/autoconf213/template @@ -1,7 +1,7 @@ # Template build file for 'autoconf213'. pkgname=autoconf213 version=2.13 -revision=1 +revision=2 noarch=yes wrksrc="autoconf-${version}" hostmakedepends="perl>=0" @@ -12,14 +12,6 @@ license="GPL-2, GPL-3" homepage="http://www.gnu.org/software/autoconf" distfiles="http://ftp.gnu.org/gnu/autoconf/autoconf-$version.tar.gz" checksum=f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e -long_desc=" - Autoconf is an extensible package of m4 macros that produce shell - scripts to automatically configure software source code packages. - These scripts can adapt the packages to many kinds of UNIX-like - systems without manual user intervention. Autoconf creates a - configuration script for a package from a template file that lists the - operating system features that the package can use, in the form of m4 - macro calls." do_configure() { ./configure ${configure_args} --program-suffix='-2.13'