File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ distributable :
2
+ url : https://www.x.org/archive/individual/lib/libXaw-{{version}}.tar.xz
3
+ strip-components : 1
4
+
5
+ versions :
6
+ - 1.0.15
7
+
8
+ dependencies :
9
+ x.org/x11 : ' *'
10
+ x.org/exts : ' *'
11
+ x.org/xmu : ' *'
12
+ x.org/xt : ' *'
13
+ x.org/xpm : ' *'
14
+
15
+ build :
16
+ dependencies :
17
+ tea.xyz/gx/cc : c99
18
+ tea.xyz/gx/make : ' *'
19
+ freedesktop.org/pkg-config : ~0.29
20
+ script : |
21
+ ./configure \
22
+ --prefix="{{prefix}}" \
23
+ --sysconfdir="$SHELF"/etc \
24
+ --localstatedir="$SHELF"/var
25
+ make --jobs {{ hw.concurrency }} install
26
+ env :
27
+ SHELF : ${{tea.prefix}}/x.org
28
+
29
+ test :
30
+ dependencies :
31
+ tea.xyz/gx/cc : c99
32
+ script : |
33
+ mv $FIXTURE test.c
34
+ cc test.c
35
+ ./a.out
36
+ fixture : |
37
+ #include "X11/Xaw/Text.h"
38
+ int main(int argc, char* argv[]) {
39
+ XawTextScrollMode mode;
40
+ return 0;
41
+ }
You can’t perform that action at this time.
0 commit comments