Skip to content

Commit 7cf9166

Browse files
committed
add devel::gengetopt v2.23
1 parent f8e1584 commit 7cf9166

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

recipes/devel/gengetopt.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
inherit: [autotools]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "2.23"
5+
PKG_DESCRIPTION: "A tool to write command line option parsing code for C programs."
6+
PKG_LICENSE: "GPL-3.0-or-later"
7+
8+
checkoutSCM:
9+
scm: url
10+
url: ${GNU_MIRROR}/gengetopt/gengetopt-${PKG_VERSION}.tar.xz
11+
digestSHA256: b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac
12+
stripComponents: 1
13+
14+
buildTools: [perl, texinfo]
15+
buildScript: |
16+
autotoolsBuild $1
17+
18+
packageScript: |
19+
autotoolsPackageBin
20+
21+
provideTools:
22+
gengetopt: "usr/bin"

tests/buildall/recipes/buildall.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ depends:
66
# devel stuff (usually) not deployed to targets -> host compat toolchain
77
- devel::byacc
88
- devel::dtc
9+
- devel::gengetopt
910
- devel::intltool
1011
- devel::lua-bin
1112
- devel::makedepend

0 commit comments

Comments
 (0)