New package: gengetopt-2.22.5.
This commit is contained in:
parent
7681cea953
commit
4b31caa6be
3
srcpkgs/gengetopt/gengetopt.rshlibs
Normal file
3
srcpkgs/gengetopt/gengetopt.rshlibs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
libstdc++.so.6
|
||||||
|
libgcc_s.so.1
|
||||||
|
libc.so.6
|
17
srcpkgs/gengetopt/template
Normal file
17
srcpkgs/gengetopt/template
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Template file for 'gengetopt'
|
||||||
|
pkgname=gengetopt
|
||||||
|
version=2.22.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="flex"
|
||||||
|
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."
|
||||||
|
|
||||||
|
disable_parallel_build=yes
|
Loading…
x
Reference in New Issue
Block a user