commit afa6883d45362bd178a55f7ee2d336d73504cacb parent 82182a80e48ae3f394841a4927fbaa5095369dc2 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 13 Sep 2023 16:48:22 +0200 Add the build script of the htpp program Diffstat:
| A | src/htpp.sh | | | 30 | ++++++++++++++++++++++++++++++ |
1 file changed, 30 insertions(+), 0 deletions(-)
diff --git a/src/htpp.sh b/src/htpp.sh @@ -0,0 +1,30 @@ +#!/bin/sh -e + +# Copyright (C) 2023 |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/>. + +[ -n "${HTPP_SH}" ] && return +export HTPP_SH=1 + +. "build.sh" +. "rsys.sh" +. "star-cmap.sh" + +name="htpp" +url="$\(REPO\)/htpp.git" +tag="origin/feature_posix_make" +dep="rsys star-cmap" +opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" +git_repo