From a8fd9f15465177cbd49ca328cda295dc540e3ddf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 19 Feb 2014 15:51:51 +0100 Subject: [PATCH] gengetopt: remove long_desc. --- srcpkgs/gengetopt/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gengetopt/template b/srcpkgs/gengetopt/template index 96d018e0682..5aeaddfad8f 100644 --- a/srcpkgs/gengetopt/template +++ b/srcpkgs/gengetopt/template @@ -1,16 +1,14 @@ # Template file for 'gengetopt' pkgname=gengetopt version=2.22.5 -revision=1 +revision=2 disable_parallel_build=yes build_style=gnu-configure hostmakedepends="flex" +makedepends="libfl-devel" short_desc="A tool to write cli option parsing code for C programs" maintainer="Juan RP " license="GPL-2" homepage="http://www.gnu.org/software/${pkgname}" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=3b6fb3240352b0eb0c5b8583b58b62cbba58167cef5a7e82fa08a7f968ed2137 -long_desc=" - This program generates a C function that uses getopt_long function to parse - the command line options, to validate them and fills a struct."