mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-21 21:25:38 +00:00
23 lines
676 B
JSON
23 lines
676 B
JSON
|
{
|
||
|
"name": "SDL2",
|
||
|
"buildsystem": "autotools",
|
||
|
"config-opts": ["--disable-static"],
|
||
|
"sources": [
|
||
|
{
|
||
|
"type": "archive",
|
||
|
"url": "https://github.com/libsdl-org/SDL/releases/download/release-2.30.6/SDL2-2.30.6.tar.gz",
|
||
|
"sha256": "c6ef64ca18a19d13df6eb22df9aff19fb0db65610a74cc81dae33a82235cacd4"
|
||
|
}
|
||
|
],
|
||
|
"cleanup": [ "/bin/sdl2-config",
|
||
|
"/include",
|
||
|
"/lib/libSDL2.la",
|
||
|
"/lib/libSDL2main.a",
|
||
|
"/lib/libSDL2main.la",
|
||
|
"/lib/libSDL2_test.a",
|
||
|
"/lib/libSDL2_test.la",
|
||
|
"/lib/cmake",
|
||
|
"/share/aclocal",
|
||
|
"/lib/pkgconfig"]
|
||
|
}
|