Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions recipes/devel/gengetopt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
inherit: [autotools]

metaEnvironment:
PKG_VERSION: "2.23"
PKG_DESCRIPTION: "A tool to write command line option parsing code for C programs."
PKG_LICENSE: "GPL-3.0-or-later"

checkoutSCM:
scm: url
url: ${GNU_MIRROR}/gengetopt/gengetopt-${PKG_VERSION}.tar.xz
digestSHA256: b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac
stripComponents: 1

buildTools: [perl, texinfo]
buildScript: |
autotoolsBuild $1

packageScript: |
autotoolsPackageBin

provideTools:
gengetopt: "usr/bin"
22 changes: 22 additions & 0 deletions recipes/devel/groff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
inherit: [autotools]

metaEnvironment:
PKG_VERSION: "1.24.0"
PKG_LICENSE: "GPL-3.0-or-later"

checkoutSCM:
scm: url
url: ${GNU_MIRROR}/groff/groff-${PKG_VERSION}.tar.gz
digestSHA256: "e79bbcd8ff3ed0200e7ac55d3962a15e118c1229990213025f2fc8b264727570"
stripComponents: 1

buildVars: [AR]
buildTools: [perl, m4]
buildScript: |
autotoolsBuild -o AR=${AR} $1

packageScript: |
autotoolsPackageTgt

provideTools:
groff: usr/bin
2 changes: 2 additions & 0 deletions tests/buildall/recipes/buildall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ depends:
# devel stuff (usually) not deployed to targets -> host compat toolchain
- devel::byacc
- devel::dtc
- devel::gengetopt
- devel::groff
- devel::intltool
- devel::lua-bin
- devel::makedepend
Expand Down