summaryrefslogtreecommitdiff
path: root/Ports/SDL2/package.sh
blob: a1a2c0a8f4971dca3f7b89e1e992d26cf1912f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash ../.port_include.sh
port=SDL2
version=serenity-git
workdir=SDL-master-serenity
useconfigure=true
curlopts="-L"
files="https://github.com/SerenityOS/SDL/archive/master-serenity.tar.gz SDL2-git.tar.gz"
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DPULSEAUDIO=OFF"

configure() {
    run cmake $configopts
}