23 lines
728 B
JSON
23 lines
728 B
JSON
{
|
|
"name": "SDL2",
|
|
"buildsystem": "autotools",
|
|
"config-opts": ["--disable-static"],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.tar.gz",
|
|
"sha256": "332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4"
|
|
}
|
|
],
|
|
"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"],
|
|
"modules": [ "../libdecor/libdecor-0.2.0.json" ]
|
|
}
|