Last active
February 15, 2017 17:26
-
-
Save alexlarsson/55d2f1ea8307a808aa94280a8a4ca945 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app-id": "net.supertuxkart.SuperTuxKart", | |
"runtime": "org.freedesktop.Platform", | |
"runtime-version": "1.4", | |
"sdk": "org.freedesktop.Sdk", | |
"rename-desktop-file": "supertuxkart.desktop", | |
"rename-icon": "supertuxkart", | |
"command": "supertuxkart", | |
"finish-args": ["--share=ipc", "--socket=x11", "--socket=pulseaudio", "--share=network", "--device=dri"], | |
"build-options" : { | |
"cflags": "-O2 -g", | |
"cxxflags": "-O2 -g", | |
"env": { | |
"V": "1" | |
} | |
}, | |
"cleanup": ["/include", "/lib/pkgconfig", | |
"/share/pkgconfig", "/share/aclocal", | |
"/man", "/share/man", "/share/gtk-doc", | |
"/share/vala", | |
"*.la", "*.a"], | |
"modules": [ | |
{ | |
"name": "openal", | |
"cmake": true, | |
"cleanup": [ "/bin" ], | |
"config-opts": [], | |
"sources": [ | |
{ | |
"type": "archive", | |
"url": "http://kcat.strangesoft.net/openal-releases/openal-soft-1.17.2.tar.bz2", | |
"sha256": "a341f8542f1f0b8c65241a17da13d073f18ec06658e1a1606a8ecc8bbc2b3314" | |
} | |
] | |
}, | |
{ | |
"name": "fribidi", | |
"config-opts": [], | |
"cleanup": [ "/bin" ], | |
"sources": [ | |
{ | |
"type": "archive", | |
"url": "http://fribidi.org/download/fribidi-0.19.7.tar.bz2", | |
"sha256": "08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e" | |
} | |
] | |
}, | |
{ | |
"name": "supertuxkart", | |
"cmake": true, | |
"config-opts": ["-DUSE_WIIUSE=0"], | |
"sources": [ | |
{ | |
"type": "archive", | |
"url": "https://downloads.sourceforge.net/project/supertuxkart/SuperTuxKart/0.9.2/supertuxkart-0.9.2-src.tar.xz", | |
"sha256": "0b080bb098a26adb552d6fd48905bcb6b1e873ef1567457d7268d7d3aaa48282" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment