gengetopt: remove long_desc.
This commit is contained in:
parent
f0cd1d0441
commit
a8fd9f1546
|
@ -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 <xtraeme@gmail.com>"
|
||||
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."
|
||||
|
|
Loading…
Reference in New Issue