mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-01-06 14:26:07 +00:00
40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"name": "SDL1",
|
|
"rm-configure": true,
|
|
"config-opts": ["--disable-static"],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/share/man",
|
|
"/share/aclocal",
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/lib/*.la",
|
|
"/lib/*.a"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://www.libsdl.org/release/SDL-1.2.15.tar.gz",
|
|
"sha256": "d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "sdl-libx11-build.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch"
|
|
},
|
|
{
|
|
"type": "script",
|
|
"dest-filename": "autogen.sh",
|
|
"commands": [
|
|
"sed -i -e 's/.*AM_PATH_ESD.*//' configure.in",
|
|
"cp -p /usr/share/automake-*/config.{sub,guess} build-scripts",
|
|
"aclocal",
|
|
"libtoolize",
|
|
"autoconf"
|
|
]
|
|
}
|
|
]
|
|
}
|