mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Toolchain+Ports: Move the CMake toolchain file into a subdirectory
This commit is contained in:
parent
c6c1e2037b
commit
594d480391
12 changed files with 11 additions and 11 deletions
|
@ -4,7 +4,7 @@ version=serenity-git
|
||||||
workdir=SDL-main-serenity
|
workdir=SDL-main-serenity
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
files="https://github.com/SerenityOS/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"
|
files="https://github.com/SerenityOS/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
run cmake $configopts
|
run cmake $configopts
|
||||||
|
|
|
@ -4,7 +4,7 @@ useconfigure=true
|
||||||
version=git
|
version=git
|
||||||
depends="SDL2 SDL2_image"
|
depends="SDL2 SDL2_image"
|
||||||
workdir=SDLPoP-master
|
workdir=SDLPoP-master
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||||
files="https://github.com/NagyD/SDLPoP/archive/refs/heads/master.zip PoP.zip"
|
files="https://github.com/NagyD/SDLPoP/archive/refs/heads/master.zip PoP.zip"
|
||||||
install_location="Root/opt/PrinceOfPersia"
|
install_location="Root/opt/PrinceOfPersia"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ useconfigure=true
|
||||||
version=git
|
version=git
|
||||||
depends="SDL2 SDL2_mixer SDL2_image"
|
depends="SDL2 SDL2_mixer SDL2_image"
|
||||||
workdir=Super-Mario-Clone-Cpp-master
|
workdir=Super-Mario-Clone-Cpp-master
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||||
files="https://github.com/Bennyhwanggggg/Super-Mario-Clone-Cpp/archive/refs/heads/master.zip master.zip"
|
files="https://github.com/Bennyhwanggggg/Super-Mario-Clone-Cpp/archive/refs/heads/master.zip master.zip"
|
||||||
install_location="Root/opt/Super_Mario"
|
install_location="Root/opt/Super_Mario"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=git
|
||||||
workdir=c-ray-master
|
workdir=c-ray-master
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
files="https://github.com/vkoskiv/c-ray/archive/master.tar.gz c-ray-git.tar.gz"
|
files="https://github.com/vkoskiv/c-ray/archive/master.tar.gz c-ray-git.tar.gz"
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||||
depends="SDL2"
|
depends="SDL2"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
|
@ -4,7 +4,7 @@ useconfigure=true
|
||||||
version=git
|
version=git
|
||||||
depends="SDL2"
|
depends="SDL2"
|
||||||
workdir=chester-public
|
workdir=chester-public
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||||
files="https://github.com/veikkos/chester/archive/public.tar.gz chester.tar.gz"
|
files="https://github.com/veikkos/chester/archive/public.tar.gz chester.tar.gz"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
|
@ -4,7 +4,7 @@ useconfigure=true
|
||||||
version=git
|
version=git
|
||||||
depends="ncurses"
|
depends="ncurses"
|
||||||
workdir=cmatrix-master
|
workdir=cmatrix-master
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||||
files="https://github.com/abishekvashok/cmatrix/archive/refs/heads/master.zip cmatrix.zip"
|
files="https://github.com/abishekvashok/cmatrix/archive/refs/heads/master.zip cmatrix.zip"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
|
@ -7,7 +7,7 @@ files="https://github.com/google/flatbuffers/archive/refs/tags/v${version}.tar.g
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
# Since we are cross-compiling, we cannot build the tests, because we need
|
# Since we are cross-compiling, we cannot build the tests, because we need
|
||||||
# the flatbuffers compiler to build them
|
# the flatbuffers compiler to build them
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DFLATBUFFERS_BUILD_TESTS=off"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt -DFLATBUFFERS_BUILD_TESTS=off"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
run cmake $configopts
|
run cmake $configopts
|
||||||
|
|
|
@ -5,7 +5,7 @@ version=git
|
||||||
workdir="${port}-master"
|
workdir="${port}-master"
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
files="https://github.com/rasky/genemu/archive/master.tar.gz ${version}.tar.gz"
|
files="https://github.com/rasky/genemu/archive/master.tar.gz ${version}.tar.gz"
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_ROOT}/Toolchain/CMakeToolchain.txt"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_ROOT}/Toolchain/CMake/CMakeToolchain.txt"
|
||||||
depends="SDL2"
|
depends="SDL2"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
|
@ -5,7 +5,7 @@ version=2.4.0-devel
|
||||||
depends="SDL2 zlib"
|
depends="SDL2 zlib"
|
||||||
commit=353379e1f8a847cc0e284541d2b40fd49d175d22
|
commit=353379e1f8a847cc0e284541d2b40fd49d175d22
|
||||||
workdir="${port}-${commit}"
|
workdir="${port}-${commit}"
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||||
files="https://github.com/hatari/hatari/archive/${commit}.tar.gz ${commit}.tar.gz"
|
files="https://github.com/hatari/hatari/archive/${commit}.tar.gz ${commit}.tar.gz"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
|
@ -4,7 +4,7 @@ useconfigure=true
|
||||||
version=1.7.3
|
version=1.7.3
|
||||||
depends="zlib"
|
depends="zlib"
|
||||||
workdir=libzip-${version}
|
workdir=libzip-${version}
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||||
files="https://libzip.org/download/libzip-${version}.tar.gz libzip-${version}.tar.gz"
|
files="https://libzip.org/download/libzip-${version}.tar.gz libzip-${version}.tar.gz"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
|
@ -3,7 +3,7 @@ port=pt2-clone
|
||||||
version=1.28
|
version=1.28
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
files="https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz v${version}.tar.gz"
|
files="https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz v${version}.tar.gz"
|
||||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
|
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||||
depends="SDL2"
|
depends="SDL2"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
Loading…
Reference in a new issue