Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SDL_image-1.2.12.json « SDL - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e1692b6f867c92f636e30cfed8ab384d7416836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "SDL_image",
    "config-opts": ["--disable-static"],
    "rm-configure": true,
    "sources": [
        {
            "type": "archive",
            "url": "https://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz",
            "sha256": "0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699"
        },
        {
            "type": "script",
            "dest-filename": "autogen.sh",
            "commands": [
                "AUTOMAKE=\"automake --foreign\" autoreconf -vfi"
            ]
        }
    ]
}