sanim_0.3.sh (1085B)
1 #!/bin/sh 2 3 # Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) 4 # 5 # This file is part of Star-Build. 6 # Copyright (C) 2016, 2017 CNRS. 7 # 8 # Star-Build is free software: you can redistribute it and/or modify 9 # it under the terms of the GNU General Public License as published by 10 # the Free Software Foundation, either version 3 of the License, or 11 # (at your option) any later version. 12 # 13 # Star-Build is distributed in the hope that it will be useful, 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 # GNU General Public License for more details. 17 # 18 # You should have received a copy of the GNU General Public License 19 # along with Star-Build. If not, see <http://www.gnu.org/licenses/>. 20 21 set -e 22 23 . "misc/build.sh" 24 25 . "sys-libs/rsys_0.15.sh" 26 27 name="sanim" 28 tag="0.3" 29 30 if [ -n "${SANIM_SH}" ]; then 31 check_conflict "${name}" "${tag}" "${SANIM_SH}" 32 else 33 export HTMIE_SH="${tag}" 34 35 url="$\(REPO\)/solstice-anim.git" 36 dep="rsys" 37 opt="BUILD_TYPE=$\(BUILD_TYPE\) LIB_TYPE=$\(LIB_TYPE\)" 38 git_repo 39 fi