Commit f9bead9
committed
feat(automake): drop configure-project-installer, inline autotools build
Switch fromsource:automake to its own inline autotools build:
* paths derived from pkginfo.install_file()
* configure + make + install chained in a single sh -c
* fixed -j8
* declare upstream url + sha256
* deps: explicit xim:gcc + xim:make + xim:xpkg-helper (previously
pulled in transitively via xim:configure-project-installer)
* URL switched ftpmirror.gnu.org → ftp.gnu.org (ftpmirror occasionally
404s individual mirrors between rotations; canonical source is stable)
Verified end-to-end in xlings 0.4.9 iso:
✓ configure -> make -j8 -> make install
✓ produced bin/automake, bin/aclocal, bin/automake-1.16, bin/aclocal-1.16
✓ "8 package(s) installed" exit 0
Cluster B leaf 6/8.1 parent 0c21602 commit f9bead9
1 file changed
Lines changed: 30 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
26 | 37 | | |
27 | 38 | | |
28 | 39 | | |
| |||
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
38 | | - | |
39 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
40 | 56 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
44 | 66 | | |
45 | 67 | | |
46 | 68 | | |
| |||
68 | 90 | | |
69 | 91 | | |
70 | 92 | | |
71 | | - | |
| 93 | + | |
0 commit comments