commit 6a642507c30f1eff13172e75136a88b1a33657ad parent ac18fbfcb8d3bdb6857c1a7f43543e95fd6ae518 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 29 Apr 2025 10:56:31 +0200 Add city_generator2 0.4.1 build script Diffstat:
| A | src/city_generator2_0.4.1.sh | | | 37 | +++++++++++++++++++++++++++++++++++++ |
1 file changed, 37 insertions(+), 0 deletions(-)
diff --git a/src/city_generator2_0.4.1.sh b/src/city_generator2_0.4.1.sh @@ -0,0 +1,37 @@ +#!/bin/sh + +# Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +set -e + +[ -n "${CITY_GENERATOR2}" ] && return +export CITY_GENERATOR2=1 + +. "build.sh" +. "rsys_0.14.sh" +. "libcyaml_1.4.1.sh" +. "star-stl_0.5.1.sh" +. "star-cad_0.5.2.sh" +. "star-cpr_0.6.sh" + +name="city_generator2" +url="$\(REPO\)/city_generator2.git" +tag="0.4.1" +dep="rsys libcyaml star-stl star-cad star-cpr" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo + +profile city_generator2.profile