* rebased llvm/hotfix-sparcv9-not-64.diff
[t2sde.git] / misc / config / config-games.in
blob9fc32cb528d4d4b5cc0bbff3bb2d3dfd1031e85b
1 #!/bin/bash
2 # --- T2-COPYRIGHT-NOTE-BEGIN ---
3 # T2 SDE: misc/config/config-games.in
4 # Copyright (C) 2004 - 2023 The T2 SDE Project
5 # Copyright (C) 1998 - 2003 ROCK Linux Project
6 #
7 # This Copyright note is generated by scripts/Create-CopyPatch,
8 # more information can be found in the files COPYING and README.
9 #
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License version 2.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 menu_begin MENU_PKG_GAMES_GENERAL 'Games Options'
15 comment '- General settings'
16 block_begin 4
17 text 'Games bindir' SDECFG_PKG_GAMES_BINDIR 'usr/bin' "
18 This is where all game binarys or startup scripts should go to."
19 text 'Games datadir' SDECFG_PKG_GAMES_DATADIR 'usr/share' "
20 This is where the games should install their datafiles."
21 text 'Games scoredir' SDECFG_PKG_GAMES_SCOREDIR 'var/games/scores' "
22 This is the directory where global scorefiles should be kept."
23 block_end
24 comment '- Game specific settings'
25 block_begin 4
26 [ -s $cfgtmpdir/subconfig-games.in ] && . $cfgtmpdir/subconfig-games.in
27 block_end
28 menu_end