Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "skeleton main.c generator" |
| 2 | DESCRIPTION = "Gengetopt is a tool to write command line option parsing code for C programs." |
| 3 | SECTION = "utils" |
| 4 | HOMEPAGE = "https://www.gnu.org/software/gengetopt/gengetopt.html" |
| 5 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame^] | 6 | LICENSE = "GPL-3.0-or-later" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ff95bfe019feaf92f524b73dd79e76eb" |
| 8 | |
| 9 | SRC_URI = "${GNU_MIRROR}/gengetopt/${BPN}-${PV}.tar.xz" |
| 10 | |
| 11 | SRC_URI[md5sum] = "ea165d618640dbdecb42ae4491337965" |
| 12 | SRC_URI[sha256sum] = "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac" |
| 13 | |
| 14 | inherit autotools texinfo |
| 15 | |
| 16 | BBCLASSEXTEND = "native nativesdk" |