File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments