-
Notifications
You must be signed in to change notification settings - Fork 1
/
libraries.cfg
69 lines (58 loc) · 2.19 KB
/
libraries.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[bzip]
url = https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
py_module_dep = bz2
py3_module_dep = _bz2
extraction_filter = *.c, *.h
[ffi]
url = https://sourceware.org/pub/libffi/libffi-3.3.tar.gz
py_module_dep = _ctypes
extraction_filter = fficonfig.h, include, src
[openSSL]
url = https://github.com/janbar/openssl-cmake/tree/1.1.1g-20200510
provides = ssl, crypto
crypto_py_module_dep = _hashlib, crypt
crypto_py3_module_dep = _hashlib, _crypt
ssl_py_module_dep = _ssl
ssl_lib_dep = crypto
extraction_filter = *.h, *.txt, *.cmake, cmake, crypto, include, ssl
[SDL2]
url = https://www.libsdl.org/release/SDL2-2.0.7.zip
extraction_filter = *.h, *.c, *.txt, *.in, include, src, cmake
min_android_sdk = 9
[SDL2_ttf]
url = https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz
extraction_filter = *.h, *.c, *.txt, external
lib_dep = SDL2
[pixman]
url = https://www.cairographics.org/releases/pixman-0.40.0.tar.gz
extraction_filter = *.in, config.h, pixman
[SDL2_gpu]
url = https://github.com/grimfang4/sdl-gpu/archive/47a3e2b2a9326c33ad6f177794705987399de8cf.zip
extraction_filter = *.h, *.c, *.txt, *.md, include, src
lib_dep = SDL2
[sdl2X11Emulation]
url = https://github.com/Abestanis/SDL2X11Emulation/archive/43e491bc791a625dd15a3c197b24ba5df5417634.zip
lib_dep = SDL2, SDL2_gpu, SDL2_ttf, pixman
[tcl]
url = https://prdownloads.sourceforge.net/tcl/tcl8.6.10-src.tar.gz
py_module_dep = _tkinter
extraction_filter = tclConfig.h, generic, library, libtommath, unix
data = library -> tclLibraries -> data/tcl8.6.4/library
[tk]
url = https://prdownloads.sourceforge.net/tcl/tk8.6.10-src.tar.gz
py_module_dep = _tkinter
lib_dep = sdl2X11Emulation, tcl
extraction_filter = tkConfig.h, bitmaps, generic, unix, xlib, library
data = library -> tkLibraries -> data/tcl8.6.4/library/tk8.6
[readline]
url = ftp://ftp.gnu.org/gnu/readline/readline-8.0.tar.gz
py_module_dep = readline
include_dir = readline
include_dir_content = *.h
extraction_filter = *.h, *.c, *.in
[ncurses]
url = ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.0.tar.gz
py_module_dep = _curses, _curses_panel
include_dir = ncurses
extraction_filter = *.h, *.c, *.in, include, ncurses, form, menu, panel
data = terminfo.tar.gz -> terminfo -> data/terminfo