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]
1+ inherit : [autotools, autoconf ]
22
33metaEnvironment :
44 PKG_VERSION : " 2.4.1"
@@ -10,6 +10,10 @@ checkoutSCM:
1010 digestSHA256 : a00ae8a6b96b63a3910ddc1100b1a7ef50dc26dceb65ced18ded31ab392f132b
1111 stripComponents : 1
1212
13+ checkoutDeterministic : True
14+ checkoutScript : |
15+ autoconfReconfigure
16+
1317buildScript : |
1418 autotoolsBuild $1 --without-docbook
1519
Original file line number Diff line number Diff line change 1- inherit : [autotools]
1+ inherit : [autotools, autoconf ]
22
33metaEnvironment :
44 PKG_VERSION : " 1.23"
@@ -9,6 +9,13 @@ checkoutSCM:
99 digestSHA1 : " 50ba1b1d45ce33fd44e4fdaaf3b55a9d8f3dc418"
1010 stripComponents : 1
1111
12+ checkoutTools : [gettext]
13+ checkoutDeterministic : True
14+ checkoutScript : |
15+ autoconfReconfigure
16+ # prevent Makefile from updating the file because it's older than "configure"
17+ touch doc/stamp-vti
18+
1219buildScript : |
1320 autotoolsBuild $1 \
1421 --enable-libgdbm-compat
You can’t perform that action at this time.
0 commit comments